tripleo-image-elements/.gitignore
Sushil Kumar c4e917df96 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: I03cae7b9b0c2a8bef30e5f4b39c0d75e752d7f6b
Closes-Bug: #1255884
2013-11-28 09:17:11 +00:00

12 lines
84 B
Plaintext

*~
.testrepository
*.sw?
*.pyc
.tox
*.egg-info
dist
*.qcow2
build
AUTHORS
ChangeLog