diff options
| author | Dolph Mathews <dolph.mathews@gmail.com> | 2011-11-16 08:26:14 -0800 |
|---|---|---|
| committer | Dolph Mathews <dolph.mathews@gmail.com> | 2011-11-16 08:26:18 -0800 |
| commit | fc84e174a2fc127d5a6a21a63e9c4d574c3b4ff7 (patch) | |
| tree | 92ca0e6e2fe56c3ee2512058ab2cbdc35848d56c | |
| parent | 87e24cc3796fe57a59cde17d4ab0f2a28255ded2 (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-- | .gitignore | 17 |
1 files changed, 7 insertions, 10 deletions
@@ -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 |
