trivial diff: update .cvsignore files

Fergus Henderson fjh at cs.mu.OZ.AU
Thu Oct 1 14:23:46 AEST 1998


Update the .cvsignore files to reflect some recent changes.

runtime/.cvsignore:
	Ignore mer_rt.init instead of runtime.init.

library/.cvsignore:
	Ignore mer_std.init instead of libmercury.init.
	Ignore std_util.h.

Index: library/.cvsignore
===================================================================
RCS file: /home/mercury1/repository/mercury/library/.cvsignore,v
retrieving revision 1.7
diff -u -r1.7 .cvsignore
--- .cvsignore	1997/10/15 16:14:14	1.7
+++ .cvsignore	1998/10/01 04:20:54
@@ -1,6 +1,6 @@
 sicstus_compile sicstus_saved_state
-io.h
+io.h std_util.h
 *.c
 *.prof
 library.nu.nl
-library.init
+mer_std.init
Index: runtime/.cvsignore
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/.cvsignore,v
retrieving revision 1.4
diff -u -r1.4 .cvsignore
--- .cvsignore	1997/11/21 06:33:48	1.4
+++ .cvsignore	1998/10/01 04:20:12
@@ -1,2 +1,2 @@
 mercury_conf.h
-runtime.init
+mer_rt.init

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.



More information about the developers mailing list