chore: .gitignore fixes
This commit is contained in:
parent
e330a57036
commit
28f7334139
2 changed files with 2 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -3,6 +3,7 @@
|
|||
.#*
|
||||
*.lock
|
||||
build
|
||||
!/src/lake/Lake/Build
|
||||
GPATH
|
||||
GRTAGS
|
||||
GSYMS
|
||||
|
|
@ -25,4 +26,4 @@ fwIn.txt
|
|||
fwOut.txt
|
||||
wdErr.txt
|
||||
wdIn.txt
|
||||
wdOut.txt
|
||||
wdOut.txt
|
||||
|
|
|
|||
2
src/lake/.gitignore
vendored
2
src/lake/.gitignore
vendored
|
|
@ -1,5 +1,3 @@
|
|||
/build
|
||||
produced.out
|
||||
result*
|
||||
# Do not commit the flake lockfile to avoid having to maintain it
|
||||
flake.lock
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue