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
|
.cache/
|
||||||
build/Testing/Temporary
|
*.core
|
||||||
build/cpputest
|
tags
|
||||||
build/src
|
|
||||||
build/tests
|
# Keep the build directory itself.
|
||||||
build/CMakeCache.txt
|
build/*
|
||||||
build/CTestTestfile.cmake
|
|
||||||
build/Makefile
|
# Generated Documentation shouldn't be included.
|
||||||
build/cmake_install.cmake
|
docs/generated_docs/latex
|
||||||
build/compile_commands.json
|
docs/generated_docs/html
|
||||||
.cache/clangd/index
|
|
||||||
build/.cache/clangd/index
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue