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
*.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