gitignore: exclude graphify-out and .grok local tool caches
128 files / ~111k lines of local graphify and grok cache were committed by an over-broad `git add -A`. Neither is build output or source; both are machine-local tool state. breadbar already excluded graphify-out; this repo had no such rule.
This commit is contained in:
parent
3326207d34
commit
410f97cb28
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -5,3 +5,9 @@
|
||||||
# scripts/get.sh for how it's consumed via MINISIGN_SEC_KEY).
|
# scripts/get.sh for how it's consumed via MINISIGN_SEC_KEY).
|
||||||
*.minisign-sec
|
*.minisign-sec
|
||||||
minisign.key
|
minisign.key
|
||||||
|
|
||||||
|
# Local tool caches — not build output, never belongs in the repo.
|
||||||
|
# (breadbar already excludes graphify-out; this repo did not, and 111k lines
|
||||||
|
# of it were swept in by a `git add -A`.)
|
||||||
|
graphify-out/
|
||||||
|
.grok/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue