Commit f6571d97eb7a4cacfba31b47270b10c6251896e7
- Date: Mon Mar 31 19:28:40 +0000 2008
- Committer: Dustin Sallings (dustin@spy.net)
- Author: Dustin Sallings (dustin@spy.net)
- Commit SHA1: f6571d97eb7a4cacfba31b47270b10c6251896e7
- Tree SHA1: 6fd656363f603d3d95484811016e9a375a9ddec3
Ignore sqlite files.
I use sqlite for testing.
Commit diff
| |   |
| 10 | 10 | config/ultrasphinx/production.conf |
| 11 | 11 | config/ultrasphinx/staging.conf |
| 12 | 12 | db/schema.rb |
| 13 | db/*.sqlite3 |
| 13 | 14 | .autotest |
| 14 | 15 | db/sphinx/* |
| toggle raw diff |
--- a/.gitignore
+++ b/.gitignore
@@ -10,5 +10,6 @@ config/ultrasphinx/test.conf
config/ultrasphinx/production.conf
config/ultrasphinx/staging.conf
db/schema.rb
+db/*.sqlite3
.autotest
db/sphinx/* |