diskimage-builder/.gitignore
Sushil Kumar ed0b20516a 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: Ic4a1a85dfdf21b7bd0abdf16a205446febab2fcd
Closes-Bug: #1255887
2013-11-28 09:42:50 +00:00

15 lines
118 B
Plaintext

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