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
|
||||
*.d
|
||||
|
||||
|
@ -35,6 +35,7 @@ build/
|
|||
*.app
|
||||
|
||||
### CMake gitignore ###
|
||||
CMakeLists.txt.user
|
||||
CMakeCache.txt
|
||||
CMakeFiles
|
||||
CMakeScripts
|
||||
|
@ -44,3 +45,4 @@ cmake_install.cmake
|
|||
install_manifest.txt
|
||||
compile_commands.json
|
||||
CTestTestfile.cmake
|
||||
_deps
|
||||
|
|
Loading…
Reference in a new issue