Browse Source

gitignore: ignore cmake artifacts

hl_urbicide
Alibek Omarov 3 years ago
parent
commit
548fb6e82c
  1. 7
      .gitignore

7
.gitignore vendored

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

Loading…
Cancel
Save