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
classic_import
Denis Kasak 2021-07-12 13:40:11 +02:00
parent 84dbba8e1c
commit 583f8b761b
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -9,6 +9,9 @@
/python/dist
/javascript/checksums.txt
/javascript/checksums.txt.asc
/compile_commands.json
/.clang-format
.ccls-cache/
# Xcode
build/