gitignore: ignore cmake artifacts

This commit is contained in:
Alibek Omarov 2021-10-27 21:20:55 +03:00
parent 504e8b19d5
commit 548fb6e82c
1 changed files with 5 additions and 2 deletions

7
.gitignore vendored
View File

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