git: update gitignore for cmake stuff
This commit is contained in:
parent
22da054dab
commit
03e2bf2748
16
.gitignore
vendored
16
.gitignore
vendored
@ -33,7 +33,19 @@
|
|||||||
*.json
|
*.json
|
||||||
*.ps1
|
*.ps1
|
||||||
|
|
||||||
|
# ---> CMake
|
||||||
|
CMakeLists.txt.user
|
||||||
|
CMakeCache.txt
|
||||||
|
CMakeFiles
|
||||||
|
CMakeScripts
|
||||||
|
Testing
|
||||||
|
Makefile
|
||||||
|
cmake_install.cmake
|
||||||
|
install_manifest.txt
|
||||||
|
compile_commands.json
|
||||||
|
CTestTestfile.cmake
|
||||||
|
_deps
|
||||||
|
build
|
||||||
|
|
||||||
# Extras
|
# Extras
|
||||||
.vs*
|
.vs*
|
||||||
build
|
|
||||||
bin
|
|
Loading…
Reference in New Issue
Block a user