chore: ignore local agent git tools
This commit is contained in:
parent
6c6c69d758
commit
66ca7d4321
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -5,6 +5,9 @@
|
||||||
# Editor / tooling caches and generated compilation database
|
# Editor / tooling caches and generated compilation database
|
||||||
.cache/
|
.cache/
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
git-tools/
|
||||||
|
|
||||||
# Test scratch
|
# Test scratch
|
||||||
/tmp/
|
/tmp/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue