CC: | kevinr [...] moka5.com |
Subject: | Additional extensions for cpp |
The project I'm working on uses a mishmash of Visual C++ and GNU-style
extensions for its C++ files, so everything with .cc, .hpp, and .hh
extensions weren't showing up in my ack searches, and I was getting
tired of always passing --exclude='*.svn*' to grep. Hence, the attached
patch.
Thanks for the software! It's made my coding a lot easier. :-)
- Kevin
--
Kevin Riggle <kevinr@moka5.com>
moka5, Inc. -- "Making your computing life easy, safe, and available
anywhere!"
Subject: | ack-more-cpp-extensions.patch |
diff -r ./ack-1.65_01/Ack.pm ./ack-1.65_01-patched/Ack.pm
43c43
< cpp => [qw( cpp m h )],
---
> cpp => [qw( cpp cc m hpp hh h )],