2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-15 04:07:48 +00:00

Merge "Add more file patterns for git to ignore"

This commit is contained in:
Zuul 2018-08-10 13:23:02 +00:00 committed by Gerrit Code Review
commit 2a251f5ba3

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