.gitignore: demo fp-info-cache files
As cache files, these are not required to be checked-in and generate more noise on file changes.
This commit is contained in:
parent
8725511c3c
commit
c5a2ea1dd8
|
@ -56,6 +56,7 @@ include/pcb_lexer.h
|
||||||
# demo project auxillary files
|
# demo project auxillary files
|
||||||
demos/**/*-bak
|
demos/**/*-bak
|
||||||
demos/**/_autosave-*
|
demos/**/_autosave-*
|
||||||
|
demos/**/fp-info-cache
|
||||||
|
|
||||||
# editor/OS fluff
|
# editor/OS fluff
|
||||||
.*.swp
|
.*.swp
|
||||||
|
|
Loading…
Reference in New Issue