IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 25, 2006, 5:52:28 PM (20 years ago)
Author:
Paul Price
Message:

Adding output of coverage testing to CLEANFILES and .cvsignore

Location:
trunk/psLib
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib

    • Property svn:ignore
      •  

        old new  
        3131.libs
        3232psTableParse
         33*.bb
         34*.bbg
         35*.da
  • trunk/psLib/test

    • Property svn:ignore
      •  

        old new  
        33Makefile.in
        44FullUnitTest
         5*.bb
         6*.bbg
         7*.da
         8gmon.out
  • trunk/psLib/test/types

    • Property svn:ignore
      •  

        old new  
        4646tap_psMetadataConfigParse
        4747tap_psMetadataConfigParse.config
         48*.bb
         49*.bbg
         50*.da
         51gmon.out
  • trunk/psLib/test/types/.cvsignore

    r7936 r7985  
    4747tap_psMetadataConfigParse
    4848tap_psMetadataConfigParse.config
     49*.bb
     50*.bbg
     51*.da
     52gmon.out
  • trunk/psLib/test/types/Makefile.am

    r7936 r7985  
    9797
    9898CLEANFILES = $(TESTS) $(check_DATA) multi.fits table.fits temp/* MDCopy.in MDCopy.out mdcfgwrt.out \
    99         core core.* *~
     99        core core.* *~ *.bb *.bbg *.da
    100100
    101101tests: $(check_DATA) $(TESTS)
Note: See TracChangeset for help on using the changeset viewer.