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
This commit is contained in:
vponomaryov 2016-01-27 19:35:18 +02:00
parent 9304f97ec8
commit 773510b899
1 changed files with 11 additions and 0 deletions

11
.gitignore vendored
View File

@ -13,6 +13,8 @@ pip-log.txt
.coverage
.tox
*.mo
*.swp
*~
.mr.developer.cfg
.DS_Store
Thumbs.db
@ -24,9 +26,18 @@ target
*.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