Skip to content

Instantly share code, notes, and snippets.

@denmarkin
Created February 9, 2011 18:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save denmarkin/818910 to your computer and use it in GitHub Desktop.
Save denmarkin/818910 to your computer and use it in GitHub Desktop.
~/.ackrc for web-developers. I'm using AckMate
--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
@petdance
Copy link

petdance commented Feb 9, 2011

Nice. In ack 2.0 this will get even easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment