##// END OF EJS Templates
ignore: only read an ignore file once
Bryan O'Sullivan -
r18088:52620e5d default
parent child Browse files
Show More
@@ -57,6 +57,8 b' def readpats(root, files, warn):'
57 57
58 58 pats = {}
59 59 for f in files:
60 if f in pats:
61 continue
60 62 try:
61 63 pats[f] = []
62 64 fp = open(f)
General Comments 0
You need to be logged in to leave comments. Login now