diff options
| author | hukl <contact@smyck.org> | 2009-04-28 00:15:53 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-05-01 17:14:02 +0200 |
| commit | 4bd16f053847f2efe347ebda9136ef2233ee0d2c (patch) | |
| tree | f4c11f89455de991c8d87726d5757b752e7129e2 /.gitignore | |
| parent | d3a9b46ba5c863a0ff377dcffae9a494fe476e02 (diff) | |
added thinking_sphinx plugin for fulltext search on nodes and heads
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | *.log | 1 | log/* |
| 2 | database.yml | 2 | database.yml |
| 3 | schema.rb | 3 | schema.rb |
| 4 | .DS_Store | 4 | .DS_Store |
| @@ -15,3 +15,5 @@ lib/chaos_calendar/ical_occurrences_wrap.o | |||
| 15 | db/authors.csv | 15 | db/authors.csv |
| 16 | public/system | 16 | public/system |
| 17 | vendor/plugins/paperclip/tmp | 17 | vendor/plugins/paperclip/tmp |
| 18 | db/sphinx | ||
| 19 | config/*.sphinx.conf \ No newline at end of file | ||
