]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Use hashes instead of regexps to check file extensions.
authorSimon Ruderich <simon@ruderich.org>
Mon, 26 Mar 2012 00:19:34 +0000 (02:19 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 26 Mar 2012 00:19:34 +0000 (02:19 +0200)
Hashes are much faster. Additionally this fixes detecting ".c++" files
and false positives caused by files with double extensions (e.g.
".cpp.o") which were not correctly ignored.


No differences found