Skip to content

Instantly share code, notes, and snippets.

@justinrainbow
Created February 13, 2012 16:48
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 justinrainbow/1818105 to your computer and use it in GitHub Desktop.
Save justinrainbow/1818105 to your computer and use it in GitHub Desktop.
My ack conf file
# General Ack Settings
####################################################################
# only search with case sensitivity if there is mixed case
--smart-case
# follow symlinks
--follow
# Ack Type Settings
####################################################################
--type-set=tpl=.tpl
# add some more zope files to the plone type
--type-add=plone=.zcml,.props,.dtml,.vpy,.kss
--type-add=python=.cpy,.vpy
# add specific type for page templates
--type-set=zpt=.pt,.cpt
# add .cfg for buildout files
--type-set=buildout=.cfg
# add a specific type for ZCML files
--type-set=zcml=.zcml
# add markdown, textile, and reStructuredText
--type-set=plaintext=.md,.mdown,.markdown,.mkdn,.textile,.rst,.txt
# plain text CSV files
--type-set=csv=.txt,.csv,.tsv
# add in a type for gettext messages
--type-set=gettext=.pot,.po
# types to ignore by default
--nogettext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment