Files
catalyst/.gitignore
T
2012-05-26 18:24:48 -04:00

57 lines
521 B
Plaintext

.bundle
db/*.sqlite3
log/*.log
*.log
tmp/**/*
tmp/*
*.swp
*~
#mac autosaving file
.DS_Store
*.py[co]
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
*.py[co]
# Packages
*.egg
*.egg-info
dist
build
eggs
cover
parts
bin
var
sdist
develop-eggs
.installed.cfg
coverage.xml
nosetests.xml
# C Extensions
*.o
*.so
*.out
# git add -f if needed
*.c
# Vim
*.swp
*.swo
# Built documentation
docs/_build/*
# credentials and other uncheckinables
host_settings.py
# database of vbench
benchmarks.db