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

5
.gitignore vendored
View File

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