ironic-python-agent/.gitignore
Sam Betts f9c2a283d6 Make sure that .eggs directory is in gitignore
This patch changes *.egg and *.egg-info to *.egg* to cover both cases
that were existing before and also cover .eggs

Change-Id: I896d408a0c8f13352838bb4068a194ab5c4515cc
2016-04-11 16:54:07 +01:00

27 lines
378 B
Plaintext

*.py[co]
src/*
build/*
AUTHORS
ChangeLog
*.egg*
.tox/*
devenv/*
cover
.coverage
coverage.xml
.testrepository
imagebuild/.image_cache
imagebuild/coreos/build
imagebuild/coreos/dist
imagebuild/coreos/oem/authorized_keys
imagebuild/coreos/oem/container.tar.gz
imagebuild/coreos/UPLOAD
*.swp
_build
doc/source/api/
doc/build
.proxy.sh.save
# release notes build
releasenotes/build