diff --git a/.gitignore b/.gitignore index db7051c..a47308b 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,8 @@ *.exe *.out *.app +test_basic +test_graph # VS artifacts *.sln @@ -35,6 +37,12 @@ *.filters *.opendb +# CMake artifacts +CMakeCache.txt +CmakeFiles/ +Makefile +*.cmake + # Subdirectories */ *.config