Skip to content

Commit

Permalink
Simplified gitignore (in pursuit of bug 891093)
Browse files Browse the repository at this point in the history
- Added dist/ (setup.py sdist output)
- Assumed we never want to track any *.db files

Change-Id: I5b59e55064ad2abc315790512c2b87c8cc4704c9
  • Loading branch information
dolph committed Nov 16, 2011
1 parent 87e24cc commit fc84e17
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
*.pyc
.cache/
.project
.project/
.cache/
.pydevproject
.pydevproject/
.settings/
keystone.db
ldap.db
keystone.token.db
.keystone-venv/
build/
dist/
doc/source/sourcecode
keystone.egg-info/
*.db
.*.swp
*.log
*.pid
pidfile
*.komodoproject
build/
doc/source/sourcecode
.keystone-venv/
keystone.egg-info/
run_tests.err.log
.coverage
.DS_Store
test_migrations.db

0 comments on commit fc84e17

Please sign in to comment.