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] *.py[co]
*.a
*.o
*.so
# Editors # Editors
.*.sw[klmop] .*.sw[klmop]
*~ *~
# Sphinx
_build
doc/source/contributor/api/
_static
# release notes build
releasenotes/build
# Packages/installer info # Packages/installer info
*.egg[s] *.egg
*.egg-info *.egg-info
dist dist
build
eggs
.eggs
parts
var
sdist sdist
develop-eggs
.installed.cfg
# Other # Other
*.DS_Store
.idea
.testrepository .testrepository
.stestr
.tox
.venv
.*.swp
.coverage
cover
AUTHORS AUTHORS
ChangeLog ChangeLog
.tox *.sqlite
doc/build *~
# Vagrant
.vagrant