update gitignore
This commit is contained in:
parent
39b838a699
commit
87dcc2beb6
1 changed files with 4 additions and 2 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,6 +1,6 @@
|
||||||
build/
|
build
|
||||||
|
|
||||||
### cpp gitignore ###
|
### C++ gitignore ###
|
||||||
# Prerequisites
|
# Prerequisites
|
||||||
*.d
|
*.d
|
||||||
|
|
||||||
|
@ -35,6 +35,7 @@ build/
|
||||||
*.app
|
*.app
|
||||||
|
|
||||||
### CMake gitignore ###
|
### CMake gitignore ###
|
||||||
|
CMakeLists.txt.user
|
||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
CMakeFiles
|
CMakeFiles
|
||||||
CMakeScripts
|
CMakeScripts
|
||||||
|
@ -44,3 +45,4 @@ cmake_install.cmake
|
||||||
install_manifest.txt
|
install_manifest.txt
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
CTestTestfile.cmake
|
CTestTestfile.cmake
|
||||||
|
_deps
|
||||||
|
|
Loading…
Reference in a new issue