aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/caldav/hooks/post-sync
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/caldav/hooks/post-sync')
-rwxr-xr-xcontrib/caldav/hooks/post-sync2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/caldav/hooks/post-sync b/contrib/caldav/hooks/post-sync
index 94b6ed3..c119ba7 100755
--- a/contrib/caldav/hooks/post-sync
+++ b/contrib/caldav/hooks/post-sync
@@ -5,7 +5,7 @@
cd "$HOME"/.calcurse/
-git add *
+git add apts conf keys todo
if ! git diff-index --quiet --cached HEAD; then
git commit -m "Automatic commit by the post-sync hook"
fi