Add more file patterns for git to ignore

Change-Id: I4e19a008f236094cd2641279b3660cafb187c8ec
This commit is contained in:
Ilya Etingof 2018-08-10 12:42:20 +02:00
parent 9e443c8135
commit b1efd446e7
1 changed files with 33 additions and 4 deletions

37
.gitignore vendored
View File

@ -1,19 +1,48 @@
# Compiled python files
# Compiled files
*.py[co]
*.a
*.o
*.so
# Editors
.*.sw[klmop]
*~
# Sphinx
_build
doc/source/contributor/api/
_static
# release notes build
releasenotes/build
# Packages/installer info
*.egg[s]
*.egg
*.egg-info
dist
build
eggs
.eggs
parts
var
sdist
develop-eggs
.installed.cfg
# Other
*.DS_Store
.idea
.testrepository
.stestr
.tox
.venv
.*.swp
.coverage
cover
AUTHORS
ChangeLog
.tox
doc/build
*.sqlite
*~
# Vagrant
.vagrant