python-ironicclient/.gitignore
Jim Rollenhagen 0f50db33ae Ignore .eggs from git
This started popping up on my machine when installing this project as
editable (`pip install -e`). Ignore it, we clearly don't want it.

Change-Id: Idf520e3d274460bd820a16b52047f47e8ac47913
2018-01-10 14:57:09 -05:00

41 lines
339 B
Plaintext

# Compiled files
*.py[co]
*.a
*.o
*.so
# Sphinx
_build
doc/source/api/
# Release notes
releasenotes/build
# Packages/installer info
*.egg
*.egg-info
dist
build
.eggs
eggs
parts
var
sdist
develop-eggs
.installed.cfg
# Other
*.DS_Store
.stestr
.testrepository
.tox
.idea
.venv
.*.swp
.coverage
cover
AUTHORS
ChangeLog
*.sqlite
test.conf