With south in Django we have something like:
/app
  /migrations
    .. migration files.
Since migration files represent historical structure rather than what's currently in there I would prefer to not search through them each time. Is there some way I can exclude them by default when running git grep?
 
     
     
     
    