Added Vim swap files to gitignore.
This commit is contained in:
parent
a236f88d12
commit
1032e099a1
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,6 @@
|
||||
# Ignore build files
|
||||
build/*
|
||||
!build/.keep
|
||||
|
||||
# Ignore vim temporary files
|
||||
*.sw[a-z]
|
||||
|
Loading…
Reference in New Issue
Block a user