mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-05-28 00:24:07 +00:00
Merge pull request #192 from andrewsmedina/ignoring_vim
ignoring vim swap files.
This commit is contained in:
commit
edec446e30
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -52,4 +52,7 @@ _data
|
||||||
logfile
|
logfile
|
||||||
|
|
||||||
# SQLite
|
# SQLite
|
||||||
*.db
|
*.db
|
||||||
|
|
||||||
|
# vim swap files
|
||||||
|
*.sw[o-z]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue