Gitignore: ignore nix repl result files
This commit is contained in:
parent
d130ffb20d
commit
ce51dd5dd3
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,6 +2,7 @@
|
||||||
# Ignore build outputs from performing a nix-build or `nix build` command
|
# Ignore build outputs from performing a nix-build or `nix build` command
|
||||||
result
|
result
|
||||||
result-*
|
result-*
|
||||||
|
repl-result*
|
||||||
|
|
||||||
# ---> Kate
|
# ---> Kate
|
||||||
# Ignore kate's swap files
|
# Ignore kate's swap files
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue