diff options
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 | ||
