Changeset 9271 for trunk/anuga_core/source/anuga/utilities
- Timestamp:
- Jul 19, 2014, 9:36:40 AM (10 years ago)
- Location:
- trunk/anuga_core/source/anuga/utilities
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/utilities/complex_polygon.lic
r8059 r9271 6 6 <datafile> 7 7 <filename>complex_polygon.csv</filename> 8 <checksum> 556538090</checksum>8 <checksum>2282859544</checksum> 9 9 <publishable>Yes</publishable> 10 10 <accountable>Stephen Roberts</accountable> -
trunk/anuga_core/source/anuga/utilities/data_audit_wrapper.py
r5118 r9271 14 14 15 15 # Ignore source code files 16 extensions_to_ignore = ['.py','.c', '.h', '.cpp', '.f', '.bat', '.m','.sh','.awk' ]16 extensions_to_ignore = ['.py','.c', '.h', '.cpp', '.f', '.bat', '.m','.sh','.awk', '.a'] 17 17 18 18 # Ignore LaTeX documents 19 extensions_to_ignore += ['.tex', '.sty', '.cls', '.bib', '.def' ]19 extensions_to_ignore += ['.tex', '.sty', '.cls', '.bib', '.def', '.fig'] 20 20 21 21 # Ignore pdf and doc documents 22 extensions_to_ignore += ['.pdf', '.doc' ]22 extensions_to_ignore += ['.pdf', '.doc', '.eps', '.ps'] 23 23 24 24 # Ignore generated stuff … … 33 33 # Ignore certain other files, 34 34 files_to_ignore = ['README.txt', 'LICENSE.txt', 'Makefile', 35 'README', 'LICENCE', 'CHANGES', 'VERSION', 35 36 '.temp', 'SConstruct', 'SConscript', 'log.ini'] 36 37 37 38 # Ignore directories 38 directories_to_ignore = ['.svn', 'misc', '.metadata' ]39 directories_to_ignore = ['.svn', 'misc', '.metadata', 'pymetis'] 39 40 directories_to_ignore += ['old_pyvolution_documentation'] 40 41
Note: See TracChangeset
for help on using the changeset viewer.