diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-05-17 07:51:29 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-05-17 07:55:10 +0200 |
| commit | 864c65d5ac808c80a0d4bcbed25f091b72173757 (patch) | |
| tree | e152acc23d906777a41f0fbe593a90ea65b5f29a /update-count.sh | |
| parent | f925746e0959bbac13bef08fc70f326a8a58818a (diff) | |
| download | memory-leaks-864c65d5ac808c80a0d4bcbed25f091b72173757.tar.xz | |
Add Org files to word count
None yet, but Maybe Soon™…
Diffstat (limited to 'update-count.sh')
| -rwxr-xr-x | update-count.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 () |
