]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Updates .gitignore
authorZhenguo Niu <Niu.ZGlinux@gmail.com>
Thu, 28 Nov 2013 15:12:00 +0000 (23:12 +0800)
committerniu-zglinux <Niu.ZGlinux@gmail.com>
Thu, 28 Nov 2013 15:18:03 +0000 (23:18 +0800)
To ignore swap files from getting into repository
currently the implemented ignores are *.swp and *.swo
however vim adds more swap files if these files exists,
so improving this with *.sw?

Change-Id: Ie1b458d2b862e6cf2552ae5be6c6178b72e960ab
Closes-Bug: #1255876

.gitignore

index 038c6d28ebb31a7ab8eb8e154dde6cd05efabf97..f5f2d4426c4e4dd8b9b5e79a02f7251899a0b060 100644 (file)
@@ -24,5 +24,4 @@ subunit.log
 .tox/
 .venv/
 *.mo
-*.swp
-*.swo
+*.sw?