gitignore: Ignore clangd related things

- gitignore compile_commands.json
- gitignore .cache directory
This commit is contained in:
Jesse de Wit 2024-03-28 13:34:50 +01:00 committed by Vincenzo Palazzo
parent 7fe22b29e7
commit 2ee0033aac

2
.gitignore vendored
View file

@ -74,6 +74,7 @@ tests/primitives_pb2_grpc.py
.DS_Store
.gdb_history
.python-version
compile_commands.json
# Rust targets
target
@ -85,6 +86,7 @@ focal/
jammy/
release/
.vscode/
.cache/
# Ignore release verification Sha256Sums
SHA256SUMS-*