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:
Denis Kasak 2021-07-12 13:40:11 +02:00
parent 84dbba8e1c
commit 583f8b761b

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/