Updated .gitignore: vim swap files, logs and pids

This commit is contained in:
Maxim Kulkin 2012-05-12 20:14:56 +04:00
parent 733960dbb3
commit 2f9b94cb82
1 changed files with 7 additions and 0 deletions

7
.gitignore vendored
View File

@ -1,2 +1,9 @@
*.pyc
*.db
# vim swap files
.*.swp
# services' runtime files
*.log
*.pid