summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMykyta Holubakha <hilobakho@gmail.com>2017-05-31 00:52:10 +0300
committerMykyta Holubakha <hilobakho@gmail.com>2017-05-31 00:52:10 +0300
commita1853e19be6eee88a18f7dd59031cc65009025c3 (patch)
treebf10d204d91e200022ad51264aa5a3dcc9591c1c
parentMake pylint happier (diff)
downloadpomu-a1853e19be6eee88a18f7dd59031cc65009025c3.tar.gz
pomu-a1853e19be6eee88a18f7dd59031cc65009025c3.tar.bz2
pomu-a1853e19be6eee88a18f7dd59031cc65009025c3.zip
Added vim swap files to .gitignore
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 9703376..5db8c2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,10 +33,15 @@ wheels/
pip-log.txt
pip-delete-this-directory.txt
-
# Environments
.env
.venv
env/
venv/
ENV/
+
+# Vim swap files
+[._]*.s[a-v][a-z]
+[._]*.sw[a-p]
+[._]s[a-v][a-z]
+[._]sw[a-p]