diff options
| author | hukl <contact@smyck.org> | 2009-03-16 20:58:49 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-03-18 12:16:59 +0100 |
| commit | d2bfbfd2810fbee673e43b2515db8bac527b3441 (patch) | |
| tree | 1b46e8af44c871290a7a74ab17a8c7201e22f7a9 /.gitignore | |
| parent | d957a33a0d50f00c1968c5d12e728bd73ea186b3 (diff) | |
Refactored Chaos Calendar by wrapping libical and introducing event and occurrence model. More improvements to come. Enables us to create events with reoccurrence and intervals etc.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -7,3 +7,8 @@ coverage | |||
| 7 | coverage.data | 7 | coverage.data |
| 8 | .project | 8 | .project |
| 9 | db/updates/ | 9 | db/updates/ |
| 10 | lib/chaos_calendar/Makefile | ||
| 11 | lib/chaos_calendar/ical_occurrences.bundle | ||
| 12 | lib/chaos_calendar/ical_occurrences.o | ||
| 13 | lib/chaos_calendar/ical_occurrences_wrap.c | ||
| 14 | lib/chaos_calendar/ical_occurrences_wrap.o \ No newline at end of file | ||
