]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Updates .gitignore
authorSushil Kumar <sushil.kumar2@globallogic.com>
Thu, 28 Nov 2013 07:42:52 +0000 (07:42 +0000)
committerSushil Kumar <sushil.kumar2@globallogic.com>
Thu, 28 Nov 2013 09:52:23 +0000 (09:52 +0000)
To ignore swap files from getting into repository
currently the implemented ignore is *.swp
however vim adds more swap files if .swp exists,
so improving this with .*.sw?

Closes-Bug: #1255857

Change-Id: I22b6fa351dd565d4783f432c01785c706acd8397

.gitignore

index 2ac3f25c466ddf953677b64f66b06cf0c14f7449..1ab25d67f446df6826557d0a3e6664d30fb9a15c 100644 (file)
@@ -3,7 +3,7 @@
 *.mo
 *.pyc
 *.sqlite
-*.swp
+.*.sw?
 .cinder-venv
 .coverage
 .testrepository