diff options
author | Zhenguo Niu <Niu.ZGlinux@gmail.com> | 2013-11-28 22:23:29 +0800 |
---|---|---|
committer | niu-zglinux <Niu.ZGlinux@gmail.com> | 2013-11-28 22:25:22 +0800 |
commit | 6e029425eb268730e638bfa142fbd1c2fbef78e2 (patch) | |
tree | fa15c927d499bcd55e9dd228edeace10b1c64b0b /.gitignore | |
parent | 30ab23854c3411a0a4f03e5640b0dd596214e2e1 (diff) | |
download | python-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-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ subunit.log cover *.pyc .idea -*.swp +*.sw? *.egg *~ .tox |