summaryrefslogtreecommitdiffstats
path: root/libidu
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-10-20 15:10:11 +0200
committerJim Meyering <meyering@redhat.com>2008-10-26 21:43:12 +0100
commit7cf3d4a6a03d68898f0d673c0ae127efe47cc3db (patch)
tree3c1e722ce2acd2d32204e79f1873cd241a2de4cf /libidu
parentfd1c0898aaa116401a705ca89005904a30006201 (diff)
downloadidutils-7cf3d4a6a03d68898f0d673c0ae127efe47cc3db.tar.gz
idutils-7cf3d4a6a03d68898f0d673c0ae127efe47cc3db.tar.bz2
idutils-7cf3d4a6a03d68898f0d673c0ae127efe47cc3db.zip
recognize a few more file types
* libidu/id-lang.map: Recognize .rb, .in.h, .PL, configure.in, and GNUmakefile.
Diffstat (limited to 'libidu')
-rw-r--r--libidu/id-lang.map6
1 files changed, 6 insertions, 0 deletions
diff --git a/libidu/id-lang.map b/libidu/id-lang.map
index 693cf7f..1234cdd 100644
--- a/libidu/id-lang.map
+++ b/libidu/id-lang.map
@@ -36,6 +36,7 @@
*.h C
*.h.in C
+*.in.h C
*.H C++
*.hh C++
*.hpp C++
@@ -82,16 +83,21 @@ ChangeLog* Cdoc
*.mk make
Makefile make
Makefile.* make
+GNUmakefile make
*.doc text
*.txt text
*.m4 m4
*.ac m4
+configure.in m4
+*.PL perl
*.pl perl
*.pm perl
+*.rb perl
+
*.Z FILTER gzip -d <%s
*.gz FILTER gzip -d <%s
*.bz2 FILTER bzip2 -d <%s