b80d5e9336
Since we don't build RPMs on bootstrap any more, we can remove some code that was used to put them into common repos. Change-Id: Ifc6669045f861301aed42a75ae9d2a883a0f5fa2
49 lines
472 B
Plaintext
49 lines
472 B
Plaintext
# Python files
|
|
*.pyc
|
|
/build/
|
|
/dist/
|
|
/tools/yyoomc
|
|
*.egg-info
|
|
|
|
doc/source/sourcecode
|
|
|
|
# Metafiles
|
|
AUTHORS
|
|
ChangeLog
|
|
TAGS
|
|
|
|
# Backups
|
|
*_flymake.*
|
|
*~
|
|
|
|
# IDE files
|
|
.settings/
|
|
*.komodoproject
|
|
.metadata/
|
|
.project
|
|
.pydevproject
|
|
|
|
# PyCharm IDE files
|
|
.idea/
|
|
pycharm-debug.egg
|
|
pycharm-debug.py
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
.venv
|
|
cover
|
|
.testrepository
|
|
htmlcov
|
|
|
|
# Temp and status files
|
|
*.db
|
|
.*.swp
|
|
*.log
|
|
*.pid
|
|
pidfile
|
|
.DS_Store
|
|
*.rc
|
|
.anvil_bootstrapped
|