Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0cb8e8c

Browse files
committed
Add .fdc and .rgb to default list of ignored extensions
1 parent 4df20fa commit 0cb8e8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/scripts/xxci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def getmtime(file):
4545
badprefixes = ['.', ',', '@', '#', 'o.']
4646
badsuffixes = \
4747
['~', '.a', '.o', '.old', '.bak', '.orig', '.new', '.prev', '.not', \
48-
'.pyc', '.elc']
48+
'.pyc', '.fdc', '.rgb', '.elc']
4949
ignore = []
5050

5151
def setup():

0 commit comments

Comments
 (0)