summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2011-11-16 08:26:14 -0800
committerDolph Mathews <dolph.mathews@gmail.com>2011-11-16 08:26:18 -0800
commitfc84e174a2fc127d5a6a21a63e9c4d574c3b4ff7 (patch)
tree92ca0e6e2fe56c3ee2512058ab2cbdc35848d56c
parent87e24cc3796fe57a59cde17d4ab0f2a28255ded2 (diff)
Simplified gitignore (in pursuit of bug 891093)
- Added dist/ (setup.py sdist output) - Assumed we never want to track any *.db files Change-Id: I5b59e55064ad2abc315790512c2b87c8cc4704c9
-rw-r--r--.gitignore17
1 files changed, 7 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 7b00490a..29856000 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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