summaryrefslogtreecommitdiff
path: root/check-FIXME.pl
diff options
context:
space:
mode:
Diffstat (limited to 'check-FIXME.pl')
-rwxr-xr-xcheck-FIXME.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/check-FIXME.pl b/check-FIXME.pl
index 9320f3cb5..768016349 100755
--- a/check-FIXME.pl
+++ b/check-FIXME.pl
@@ -36,6 +36,7 @@ if (!@ARGV)
@ARGV = `find . \\( \\( -name po -prune -false \\) -or \\( -name CVS -prune -false \\) -or \\( -name '*' -and -type f \\) \\) -and ! \\( -name '*~' -or -name '#*' -or -name 'ChangeLog*' -or -name Entries \\) -print`;
%skip_files =
(
+ "./HACKING" => 1,
"./TODO" => 1,
"./aclocal.m4" => 1,
"./check-FIXME.pl" => 1,