Merge "Add more file patterns for git to ignore"
This commit is contained in:
commit
2a251f5ba3
37
.gitignore
vendored
37
.gitignore
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user