grepid: exclude tags files
This commit is contained in:
parent
0dd7850fa2
commit
65b360bcda
1
grepid
1
grepid
@ -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 = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user