manila-image-elements/.gitignore
vponomaryov 773510b899 Add more files to .gitignore
Add following elements to .gitignore:
- root dir called 'build' that is used by 'docs' tox job.
- vim temporary files
- pydev/eclipse project files
- log files with suffix '*.log'

Change-Id: I99f6206d80fa360c113c889e4c535541d2d4978a
Closes-Bug: #1538663
2016-01-28 17:47:53 +02:00

44 lines
381 B
Plaintext

*.py[co]
*.egg
*.egg-info
dist
build
eggs
parts
var
sdist
develop-eggs
.installed.cfg
pip-log.txt
.coverage
.tox
*.mo
*.swp
*~
.mr.developer.cfg
.DS_Store
Thumbs.db
.venv
.idea
out
target
*.iml
*.ipr
*.iws
*.db
*.log
ChangeLog
AUTHORS
*.qcow2
diskimage-create.*
debug.sh
/*.d
# Files created by Sphinx build
build
doc/build
# Development environment files
.project
.pydevproject