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

Loading…
Cancel
Save