Gitignore: ignore swap files from kate
This commit is contained in:
parent
b202fe478d
commit
70baaaca0f
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -2,3 +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-*
|
||||||
|
|
||||||
|
# ---> Kate
|
||||||
|
# Ignore kate's swap files
|
||||||
|
*.kate-swp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue