From 65b360bcdab24cd301824f4bf0f89c8a12ada681 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 10 Jan 2013 16:00:12 -0500 Subject: [PATCH] grepid: exclude tags files --- grepid | 1 + 1 file changed, 1 insertion(+) diff --git a/grepid b/grepid index 098000f..c953935 100755 --- a/grepid +++ b/grepid @@ -61,6 +61,7 @@ def main(argv): try: process = Popen(['grep', '--exclude-dir=.svn', '--exclude-dir=.git', + '--exclude=tags', '--color=never', '-HIRn', '\<%s\>' % ident, where], stdout=PIPE) last_file_name = ''