diff options
Diffstat (limited to 'Main.hs')
| -rw-r--r-- | Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ main = do done <- newEmptyMVar -- TODO catch sigterm -- start some watchers for_ (optWatches o) $ \w@(Watch path _) -> - watchTree fsmgr path (allEvents $ elem gitDir . splitPath) . const + watchTree fsmgr path (allEvents $ not . elem gitDir . splitPath) . const $ writeChan chan (Change w) -- start the event crunching thread void . forkIO |
