grepid: exclude tags files

This commit is contained in:
Josh Holtrop 2013-01-10 16:00:12 -05:00
parent 0dd7850fa2
commit 65b360bcda

1
grepid
View File

@ -61,6 +61,7 @@ def main(argv):
try: try:
process = Popen(['grep', '--exclude-dir=.svn', '--exclude-dir=.git', process = Popen(['grep', '--exclude-dir=.svn', '--exclude-dir=.git',
'--exclude=tags',
'--color=never', '-HIRn', '\<%s\>' % ident, where], stdout=PIPE) '--color=never', '-HIRn', '\<%s\>' % ident, where], stdout=PIPE)
last_file_name = '' last_file_name = ''