From 864c65d5ac808c80a0d4bcbed25f091b72173757 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 17 May 2019 07:51:29 +0200 Subject: Add Org files to word count MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit None yet, but Maybe Soon™… --- update-count.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update-count.sh') diff --git a/update-count.sh b/update-count.sh index f592bcb..d0a094e 100755 --- a/update-count.sh +++ b/update-count.sh @@ -2,7 +2,7 @@ list-tracked () { - GIT_LITERAL_PATHSPECS='' git ls-files '*.md' + GIT_LITERAL_PATHSPECS='' git ls-files '*.md' '*.org' } count-leaks () -- cgit v1.2.3