summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorZhenguo Niu <Niu.ZGlinux@gmail.com>2013-11-28 22:23:29 +0800
committerniu-zglinux <Niu.ZGlinux@gmail.com>2013-11-28 22:25:22 +0800
commit6e029425eb268730e638bfa142fbd1c2fbef78e2 (patch)
treefa15c927d499bcd55e9dd228edeace10b1c64b0b /.gitignore
parent30ab23854c3411a0a4f03e5640b0dd596214e2e1 (diff)
downloadpython-keystoneclient-6e029425eb268730e638bfa142fbd1c2fbef78e2.tar.gz
Updates .gitignore
To ignore swap files from getting into repository currently the implemented ignore is *.swp however vim adds more swap files if these files exists, so improving this with *.sw? Change-Id: Iff581457cabe936b8b285142caff92fcc849f04a Closes-Bug: #1255876
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 4cf3b24..a2f08b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,7 +6,7 @@ subunit.log
cover
*.pyc
.idea
-*.swp
+*.sw?
*.egg
*~
.tox