mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-05-28 08:28:24 +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
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -53,3 +53,6 @@ logfile
|
||||||
|
|
||||||
# SQLite
|
# SQLite
|
||||||
*.db
|
*.db
|
||||||
|
|
||||||
|
# vim swap files
|
||||||
|
*.sw[o-z]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue