From 5cd00616535dbce7622ae0ac38cf0a4caf917e30 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Wed, 6 May 2015 09:21:12 -0700 Subject: [PATCH] ignore git temporary files --- WakaTime.sublime-settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WakaTime.sublime-settings b/WakaTime.sublime-settings index c87729a..fcb3888 100644 --- a/WakaTime.sublime-settings +++ b/WakaTime.sublime-settings @@ -9,7 +9,7 @@ // Ignore files; Files (including absolute paths) that match one of these // POSIX regular expressions will not be logged. - "ignore": ["^/tmp/", "^/etc/", "^/var/"], + "ignore": ["^/tmp/", "^/etc/", "^/var/", "COMMIT_EDITMSG$", "PULLREQ_EDITMSG$", "MERGE_MSG$", "TAG_EDITMSG$"], // Debug mode. Set to true for verbose logging. Defaults to false. "debug": false,