summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorZhenguo Niu <Niu.ZGlinux@gmail.com>2013-11-28 22:18:19 +0800
committerGerrit Code Review <review@openstack.org>2013-12-04 08:09:58 +0000
commitcd7f2cbd79df54ea41d9a075d904efc82bdcb440 (patch)
tree3717fcf5995961226b2b54a882bdfb8afc02a775 /.gitignore
parent57a2b43f6a672446c8ed5351fbc65235bfd7c08c (diff)
downloadpython-glanceclient-cd7f2cbd79df54ea41d9a075d904efc82bdcb440.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: I1f3ee52050ac6812c34357ad786fd8210f4238f2 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 114b2af..6638d3d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,7 +5,7 @@ subunit.log
cover
*.pyc
.idea
-*.swp
+*.sw?
*~
AUTHORS
build