aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscrubs2
1 files changed, 1 insertions, 1 deletions
diff --git a/scrubs b/scrubs
index f38c3d4..a62205b 100755
--- a/scrubs
+++ b/scrubs
@@ -1,7 +1,7 @@
#!/bin/sh
files() {
- find . -regextype posix-egrep -regex ".*\.(cpp|c)" -print0
+ find . -regextype posix-egrep -regex ".*\.(cpp|c|h|hpp)" -print0
}
get_todos() {