Add some more files to .gitignore
- `compile_commands.json`: clang compilation database - `.ccls-cache`: Cache directory for the ccls language server - `.clang-format`: clang formatting description
This commit is contained in:
parent
84dbba8e1c
commit
583f8b761b
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -9,6 +9,9 @@
|
|||
/python/dist
|
||||
/javascript/checksums.txt
|
||||
/javascript/checksums.txt.asc
|
||||
/compile_commands.json
|
||||
/.clang-format
|
||||
.ccls-cache/
|
||||
|
||||
# Xcode
|
||||
build/
|
||||
|
|
Loading…
Reference in a new issue