anvil/.gitignore
Ivan A. Melnikov 8f8913f19a Put RPMS build on bootstrap to anvil-deps repo
RPMs build on bootstrap (before any python code gets a chance to run)
are now put to temporary but well-defined locations in ./.bootstrap
directory, and then moved to appropriate place at the beginning of
prepare action, when openstack root dir is already known.

So, said RPMs are not lost, but put in place from which they could be
re-installed or installed to different system.

Implements: blueprint bootstrap-pip-rpm
Change-Id: I41dded0ecd8d887b540aea87d0226be03508c3cb
2013-08-21 19:39:26 +04:00

38 lines
339 B
Plaintext

# Python files
.venv
*.pyc
/build/
/dist/
/tools/yyoomc
.coverage
*.egg-info
doc/source/sourcecode
# Metafiles
AUTHORS
ChangeLog
TAGS
# Backups
*_flymake.*
*~
# IDE files
.settings/
*.komodoproject
.metadata/
.project
.pydevproject
# Temp and status files
*.db
.*.swp
*.log
*.pid
pidfile
.DS_Store
*.rc
.anvil_bootstrapped
.bootstrap