diff --git a/.gitignore b/.gitignore index 5f5de3e..2a485d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,18 @@ -tests/unittest-cpp \ No newline at end of file +tests/unittest-cpp +tests/*.dir/ + +# CMake generated files +CMakeFiles/ +*.cmake +CMakeCache.txt + +# Visual Studio files +*.vcxproj +*.filters +*.sln +*.opensdf +*.sdf +# VS build files +x64/ +Win32/ +ARM/