Skip to content

Commit

Permalink
gitignore: Ignore clangd related things
Browse files Browse the repository at this point in the history
- gitignore compile_commands.json
- gitignore .cache directory
  • Loading branch information
JssDWt authored and vincenzopalazzo committed Mar 28, 2024
1 parent 7fe22b2 commit 2ee0033
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ tests/primitives_pb2_grpc.py
.DS_Store
.gdb_history
.python-version
compile_commands.json

# Rust targets
target
Expand All @@ -85,6 +86,7 @@ focal/
jammy/
release/
.vscode/
.cache/

# Ignore release verification Sha256Sums
SHA256SUMS-*

0 comments on commit 2ee0033

Please sign in to comment.