mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-20 13:54:36 +01:00
gitignore: Ignore clangd related things
- gitignore compile_commands.json - gitignore .cache directory
This commit is contained in:
parent
7fe22b29e7
commit
2ee0033aac
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -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-*
|
||||
|
|
Loading…
Add table
Reference in a new issue