debian-python-raven/.gitignore

26 lines
244 B
Plaintext
Raw Permalink Normal View History

*.pyc
*.log
2011-05-08 22:18:54 +02:00
*.egg
*.db
*.pid
2012-01-30 09:25:37 +01:00
.coverage
.DS_Store
2012-10-13 20:42:13 +02:00
.tox
2012-01-30 09:25:37 +01:00
pip-log.txt
2012-10-19 21:02:42 +02:00
/.tox
2012-01-30 09:25:37 +01:00
/*.egg-info
/build
/cover
/dist
2010-10-21 02:14:21 +02:00
/example_project/local_settings.py
2015-07-12 11:10:43 +02:00
/docs/_build
2011-05-08 22:18:54 +02:00
/sentry_index/
2011-08-31 03:13:51 +02:00
/sentry_test_index
2012-07-05 16:19:48 +02:00
/example_project/*.db
2012-06-23 22:37:04 +02:00
bin/
include/
lib/
.idea
2015-02-13 02:07:31 +01:00
.eggs
2015-06-03 16:51:43 +02:00
venv