mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-22 09:03:02 +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
|
||||
|
||||
# SQLite
|
||||
*.db
|
||||
*.db
|
||||
|
||||
# vim swap files
|
||||
*.sw[o-z]
|
||||
|
|
|
|||
Loading…
Reference in a new issue