Updated gitignore
This commit is contained in:
parent
c5e573f835
commit
5d31d1e97f
1 changed files with 12 additions and 12 deletions
24
.gitignore
vendored
24
.gitignore
vendored
|
|
@ -1,12 +1,12 @@
|
|||
build/CMakeFiles
|
||||
build/Testing/Temporary
|
||||
build/cpputest
|
||||
build/src
|
||||
build/tests
|
||||
build/CMakeCache.txt
|
||||
build/CTestTestfile.cmake
|
||||
build/Makefile
|
||||
build/cmake_install.cmake
|
||||
build/compile_commands.json
|
||||
.cache/clangd/index
|
||||
build/.cache/clangd/index
|
||||
.cache/
|
||||
*.core
|
||||
tags
|
||||
|
||||
# Keep the build directory itself.
|
||||
build/*
|
||||
|
||||
# Generated Documentation shouldn't be included.
|
||||
docs/generated_docs/latex
|
||||
docs/generated_docs/html
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue