diff options
-rwxr-xr-x | tools/check-typo | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/check-typo b/tools/check-typo index f1e37a3be..f0d58616b 100755 --- a/tools/check-typo +++ b/tools/check-typo @@ -45,9 +45,8 @@ # *.mltop # *.odocl # *.clib -# */unmaintained/* -# */experimental/* # *.reference +# */reference # ASCII characters are bytes from 0 to 127. Any other byte is # flagged as a non-ASCII character. @@ -136,8 +135,7 @@ IGNORE_DIRS=" case "$f" in */.depend*|*/.ignore) h;; *.mlpack|*.mllib|*.mltop|*.odocl|*.itarget|*.clib) h;; - */unmaintained/*|*/experimental/*) h;; - *.reference) h;; + *.reference|*/reference) h;; esac (cat "$f"; echo) \ |