ignore .stignore and cmake-build-release
This commit is contained in:
parent
ef248f3dbd
commit
344a46c75c
|
@ -9,7 +9,9 @@ bindings/java/foundationdb-tests*.jar
|
|||
bindings/java/fdb-java-*-sources.jar
|
||||
packaging/msi/FDBInstaller.msi
|
||||
build/
|
||||
cmake-build-debug*
|
||||
cmake-build-debug/
|
||||
cmake-build-release/
|
||||
|
||||
# Generated source, build, and packaging files
|
||||
*.g.cpp
|
||||
*.g.h
|
||||
|
@ -105,3 +107,4 @@ temp/
|
|||
/compile_commands.json
|
||||
/.ccls-cache
|
||||
.clangd/
|
||||
.stignore
|
||||
|
|
Loading…
Reference in New Issue