gitignore: ignore cmake artifacts

pull/202/head
Alibek Omarov 2 years ago
parent 504e8b19d5
commit 548fb6e82c

7
.gitignore vendored

@ -9,7 +9,7 @@
*.dll
*.pdb
build/
CMakeLists.txt.user
CMakeLists.txt.*
cmake_install.cmake
*.orig
*.cbp
@ -25,4 +25,7 @@ waf3-*
*.pyc
.vscode/
.vs/
CMakeSettings.json
CMakeSettings.json
CMakeFiles
CMakeCache.txt
Makefile

Loading…
Cancel
Save