Browse Source

gitignore: ignore cmake artifacts

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

5
.gitignore vendored

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

Loading…
Cancel
Save