Created
February 9, 2011 18:01
-
-
Save denmarkin/818910 to your computer and use it in GitHub Desktop.
~/.ackrc for web-developers. I'm using AckMate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--type-add=ruby=.haml,.rake,.feature | |
--type-add=objc=.pch | |
--type-set=xcode=.pbxproj,.pbxuser,.perspectivev3 | |
--type-set=ragel=.rl | |
--type-set=nib=.xib | |
--type-set=plist=.plist | |
--type-set=tmstuff=.tmproj,.tm_build_errors | |
--type-set=ignorables=.log,.tmp,.pdf | |
--noignorables | |
--nonib | |
--notmstuff | |
--noxcode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nice. In ack 2.0 this will get even easier.