ironic-inspector/.gitignore
Dmitry Tantsur 05d0fce0aa Add .eggs/ to gitignore
This directory keeps appearing, not sure why, probably when I rebuild
the tox environment. From the README file in this directory:

    This directory contains eggs that were downloaded by setuptools to build,
    test, and run plug-ins.
    This directory caches those eggs to prevent repeated downloads.
    However, it is safe to delete this directory.

Change-Id: I67347b3e5b06f8b009df94f965b73dd2f8723475
2015-09-29 17:00:12 +02:00

40 lines
309 B
Plaintext

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