Skip to content

Instantly share code, notes, and snippets.

@croaky
Created November 25, 2009 03:21
Show Gist options
  • Save croaky/242436 to your computer and use it in GitHub Desktop.
Save croaky/242436 to your computer and use it in GitHub Desktop.
mostly for the ability to ack cucumber feature files
--type-add=ruby=.haml,.rake,.rsel,.builder
--type-add=html=.html.erb,.html.haml
--type-add=js=.js.erb
--type-add=css=.sass
--type-set=cucumber=.feature
--ignore-dir=vendor
--ignore-dir=log
--ignore-dir=tmp
--ignore-dir=doc
--ignore-dir=coverage
--sort-files
--color
--follow
--group
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment