summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rwxr-xr-xupdate-count.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 21a142b..917763d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Peniblec's Memory Leaks
-## still reachable: 7894 words in 17 pages
+## still reachable: 7982 words in 17 pages
Hi! I am a software engineer interested in [a bunch of things].
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 ()