[m-rev.] trivial diff: Add feedback.m to .cvsignore in deep_profiler and slice directories.

Paul Bone pbone at csse.unimelb.edu.au
Tue Jul 29 12:05:11 AEST 2008


Estimated Hours Taken: 0.1
Branches: main

Added feedback.m to .cvsignore in deep_profiler and slice directories.

During the build process files are copied from the mdbcomp directory into the
deep_profiler and slice directories.  These files are listed in .cvsignore in
these directories.  When the feedback.m file was added entries in .cvsignore
where not added, this change corrects that.

deep_profiler/.cvsignore:
slice/.cvsignore:
	as above

Index: deep_profiler/.cvsignore
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/deep_profiler/.cvsignore,v
retrieving revision 1.13
diff -u -p -r1.13 .cvsignore
--- deep_profiler/.cvsignore	1 Oct 2007 01:04:17 -0000	1.13
+++ deep_profiler/.cvsignore	29 Jul 2008 02:08:26 -0000
@@ -29,6 +29,7 @@ DEEP_FLAGS
 *.opt
 *.optdate
 config.log
+feedback.m
 mdbcomp.m
 prim_data.m
 program_representation.m
Index: slice/.cvsignore
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/slice/.cvsignore,v
retrieving revision 1.7
diff -u -p -r1.7 .cvsignore
--- slice/.cvsignore	15 Jun 2007 12:47:23 -0000	1.7
+++ slice/.cvsignore	29 Jul 2008 02:08:26 -0000
@@ -22,6 +22,7 @@ mcov
 *.optdate
 SLICE_FLAGS
 Mercury
+feedback.m
 mdbcomp.m
 prim_data.m
 program_representation.m
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mercurylang.org/archives/reviews/attachments/20080729/3da94ab2/attachment.sig>


More information about the reviews mailing list