Changeset 5055


Ignore:
Timestamp:
Feb 19, 2008, 4:35:22 PM (16 years ago)
Author:
ole
Message:

Cleanup

Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/utilities/data_audit_wrapper.py

    r5053 r5055  
    3333# Ignore certain other files,
    3434files_to_ignore = ['README.txt', 'LICENSE.txt', 'Makefile',
    35                    '.temp', 'SConstruct', 'SConscript']
     35                   '.temp', 'SConstruct', 'SConscript', 'log.ini']
    3636
    3737# Ignore directories
  • audit_all_data.py

    r5040 r5055  
    44
    55# Roughly the same as what is being released
    6 #dirs_to_distribute = [join('anuga_core', 'source', 'anuga'),
    7 #                      'anuga_validation',
    8 #                      join('anuga_core', 'documentation', 'user_manual')]
     6dirs_to_distribute = [join('anuga_core', 'source', 'anuga'),
     7                      'anuga_validation',
     8                      join('anuga_core', 'documentation', 'user_manual')]
    99
     10# Individual segments
    1011#dirs_to_distribute = ['anuga_validation']
    11 dirs_to_distribute = [join('anuga_core', 'documentation', 'user_manual')]
     12#dirs_to_distribute = [join('anuga_core', 'documentation', 'user_manual')]
    1213#dirs_to_distribute = [join('anuga_core', 'source', 'anuga')]
    1314
Note: See TracChangeset for help on using the changeset viewer.