pbr/.gitignore
Stephen Finucane 87e1772430 gitignore: Ignore .venv
Change-Id: I740c9ec7cf91ab607a032253bd0d5c792fff4e40
2017-06-27 09:36:23 +01:00

37 lines
292 B
Plaintext

# Compiled files
*.py[co]
*.a
*.o
*.so
# Sphinx
_build
# Packages/installer info
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
# Other
.testrepository
.tox
.venv
.*.swp
.coverage
cover
AUTHORS
ChangeLog
doc/source/reference/api/
# Editor files
*~
*.swp