chore: Add *.swp to .gitignore
When working with vim (and possibly other editors), swap files are created and they should be ignored.
This commit is contained in:
parent
f0436c8478
commit
a8d9725e6c
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,3 +5,5 @@ dist/
|
||||||
dist-newstyle/
|
dist-newstyle/
|
||||||
cabal.project.local
|
cabal.project.local
|
||||||
|
|
||||||
|
*.swp
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue