d8b1263f9b
setuptools uses an .eggs folder as a cache to avoid multiple downloads. git should ignore this directory as it will never be added to the repo. Change-Id: I49714b769ce42d45cf14c4c8f4c10ae40e638f4b
46 lines
511 B
Plaintext
46 lines
511 B
Plaintext
vagrant/
|
|
*.pyc
|
|
trove_test.sqlite
|
|
.venv
|
|
run_tests.log
|
|
guest-agent-files.txt
|
|
trove.egg*
|
|
.eggs/
|
|
trove/vcsversion.py
|
|
*py*.egg
|
|
.coverage
|
|
cover/
|
|
dist/
|
|
host-syslog.log
|
|
tags
|
|
.tox
|
|
trovetest.log
|
|
trove/versioninfo
|
|
AUTHORS
|
|
ChangeLog
|
|
trove.iml
|
|
.testrepository
|
|
.pid
|
|
|
|
# Sphinx
|
|
doc/build/*
|
|
doc/source/api/*
|
|
|
|
# Docs
|
|
.DS_Store
|
|
apidocs/.DS_Store
|
|
apidocs/src/.DS_Store
|
|
apidocs/src/samples/.DS_Store
|
|
apidocs/includewars.xml
|
|
apidocs/src/bookinfo.xml
|
|
|
|
# Generated files
|
|
target/
|
|
publish-docs/
|
|
/build-*.log.gz
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.bak
|