[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MiNT] cvsignore
Hello.
It is important to keep .cvsignore files up to date to clearly see which
sources we have changed.
Here is a patch for the freemint tree.
Alan, please commit!
- cvsignore.patch
Added missing entries. Contributed by Vincent Riviere.
--
Vincent Rivière
diff -aurN -x CVS freemint.orig/shared/libsyscall/.cvsignore freemint/shared/libsyscall/.cvsignore
--- freemint.orig/shared/libsyscall/.cvsignore 2004-07-29 22:29:28.000000000 +0200
+++ freemint/shared/libsyscall/.cvsignore 2011-04-02 20:25:35.875000000 +0200
@@ -2,3 +2,5 @@
pars.c
pars.h
scan.c
+*.o
+*.a
diff -aurN -x CVS freemint.orig/sys/gen-syscall/.cvsignore freemint/sys/gen-syscall/.cvsignore
--- freemint.orig/sys/gen-syscall/.cvsignore 2004-07-29 22:29:28.000000000 +0200
+++ freemint/sys/gen-syscall/.cvsignore 2011-04-02 20:27:18.437500000 +0200
@@ -1,2 +1,3 @@
.deps
gen-syscall
+*.o
diff -aurN -x CVS freemint.orig/sys/sockets/xif/daynaport/.cvsignore freemint/sys/sockets/xif/daynaport/.cvsignore
--- freemint.orig/sys/sockets/xif/daynaport/.cvsignore 2007-09-18 17:00:04.000000000 +0200
+++ freemint/sys/sockets/xif/daynaport/.cvsignore 2011-04-02 20:28:27.781250000 +0200
@@ -1,2 +1,3 @@
.deps
scsilink.xif
+*.o
diff -aurN -x CVS freemint.orig/sys/sockets/xif/ethernat/.cvsignore freemint/sys/sockets/xif/ethernat/.cvsignore
--- freemint.orig/sys/sockets/xif/ethernat/.cvsignore 2008-01-22 11:23:36.000000000 +0100
+++ freemint/sys/sockets/xif/ethernat/.cvsignore 2011-04-02 20:28:41.812500000 +0200
@@ -1,2 +1,3 @@
.deps
ethernat.xif
+*.o
diff -aurN -x CVS freemint.orig/sys/sockets/xif/nfeth/.cvsignore freemint/sys/sockets/xif/nfeth/.cvsignore
--- freemint.orig/sys/sockets/xif/nfeth/.cvsignore 2006-06-02 10:53:01.000000000 +0200
+++ freemint/sys/sockets/xif/nfeth/.cvsignore 2011-04-02 20:28:59.765625000 +0200
@@ -1,2 +1,3 @@
.deps
nfeth.xif
+*.o
diff -aurN -x CVS freemint.orig/sys/xdd/lp/.cvsignore freemint/sys/xdd/lp/.cvsignore
--- freemint.orig/sys/xdd/lp/.cvsignore 2003-06-17 23:25:49.000000000 +0200
+++ freemint/sys/xdd/lp/.cvsignore 2011-04-02 20:29:14.515625000 +0200
@@ -1,2 +1,3 @@
.deps
lp.xdd
+*.o
diff -aurN -x CVS freemint.orig/sys/xdd/mfp/.cvsignore freemint/sys/xdd/mfp/.cvsignore
--- freemint.orig/sys/xdd/mfp/.cvsignore 2000-06-27 20:15:42.000000000 +0200
+++ freemint/sys/xdd/mfp/.cvsignore 2011-04-02 20:29:59.625000000 +0200
@@ -11,3 +11,5 @@
*.app
*.prg
__target.*
+*.o
+mfp_mil.c
diff -aurN -x CVS freemint.orig/sys/xfs/aranym/.cvsignore freemint/sys/xfs/aranym/.cvsignore
--- freemint.orig/sys/xfs/aranym/.cvsignore 2006-06-02 10:52:58.000000000 +0200
+++ freemint/sys/xfs/aranym/.cvsignore 2011-04-02 20:30:17.046875000 +0200
@@ -1,2 +1,3 @@
.deps
aranym.xfs
+*.o
diff -aurN -x CVS freemint.orig/sys/xfs/hostfs/.cvsignore freemint/sys/xfs/hostfs/.cvsignore
--- freemint.orig/sys/xfs/hostfs/.cvsignore 2007-06-09 00:38:18.000000000 +0200
+++ freemint/sys/xfs/hostfs/.cvsignore 2011-04-02 20:30:34.484375000 +0200
@@ -1,3 +1,4 @@
.deps
.compile_ara
hostfs.xfs
+*.o
diff -aurN -x CVS freemint.orig/tools/hypview/.cvsignore freemint/tools/hypview/.cvsignore
--- freemint.orig/tools/hypview/.cvsignore 2009-06-04 11:14:05.000000000 +0200
+++ freemint/tools/hypview/.cvsignore 2011-04-02 20:35:16.609375000 +0200
@@ -1,2 +1,3 @@
.deps
hyp_view.app
+*.o
diff -aurN -x CVS freemint.orig/tools/hypview/bubble/.cvsignore freemint/tools/hypview/bubble/.cvsignore
--- freemint.orig/tools/hypview/bubble/.cvsignore 2009-06-04 11:14:05.000000000 +0200
+++ freemint/tools/hypview/bubble/.cvsignore 2011-04-02 20:35:37.578125000 +0200
@@ -1 +1,3 @@
.deps
+*.o
+*.a
diff -aurN -x CVS freemint.orig/tools/hypview/dragdrop/.cvsignore freemint/tools/hypview/dragdrop/.cvsignore
--- freemint.orig/tools/hypview/dragdrop/.cvsignore 2009-06-04 11:14:05.000000000 +0200
+++ freemint/tools/hypview/dragdrop/.cvsignore 2011-04-02 20:35:51.125000000 +0200
@@ -1 +1,3 @@
.deps
+*.o
+*.a
diff -aurN -x CVS freemint.orig/tools/hypview/hyp/.cvsignore freemint/tools/hypview/hyp/.cvsignore
--- freemint.orig/tools/hypview/hyp/.cvsignore 2009-06-04 11:14:05.000000000 +0200
+++ freemint/tools/hypview/hyp/.cvsignore 2011-04-02 20:36:05.687500000 +0200
@@ -1 +1,3 @@
.deps
+*.o
+*.a
diff -aurN -x CVS freemint.orig/tools/hypview/plain/.cvsignore freemint/tools/hypview/plain/.cvsignore
--- freemint.orig/tools/hypview/plain/.cvsignore 2009-06-04 11:14:05.000000000 +0200
+++ freemint/tools/hypview/plain/.cvsignore 2011-04-02 20:36:21.390625000 +0200
@@ -1 +1,3 @@
.deps
+*.o
+*.a
diff -aurN -x CVS freemint.orig/tools/lpflush/.cvsignore freemint/tools/lpflush/.cvsignore
--- freemint.orig/tools/lpflush/.cvsignore 2003-06-18 00:12:54.000000000 +0200
+++ freemint/tools/lpflush/.cvsignore 2011-04-02 20:36:38.593750000 +0200
@@ -1,2 +1,3 @@
.deps
lpflush
+*.o
diff -aurN -x CVS freemint.orig/tools/mktbl/.cvsignore freemint/tools/mktbl/.cvsignore
--- freemint.orig/tools/mktbl/.cvsignore 2003-03-20 16:22:58.000000000 +0100
+++ freemint/tools/mktbl/.cvsignore 2011-04-02 20:36:49.234375000 +0200
@@ -1,2 +1,3 @@
.deps
mktbl
+*.o
diff -aurN -x CVS freemint.orig/tools/net-tools/slinkctl/.cvsignore freemint/tools/net-tools/slinkctl/.cvsignore
--- freemint.orig/tools/net-tools/slinkctl/.cvsignore 2007-09-18 16:59:21.000000000 +0200
+++ freemint/tools/net-tools/slinkctl/.cvsignore 2011-04-02 20:37:18.578125000 +0200
@@ -1,2 +1,3 @@
.deps
slinkctl
+*.o
diff -aurN -x CVS freemint.orig/xaaes/src.km/.cvsignore freemint/xaaes/src.km/.cvsignore
--- freemint.orig/xaaes/src.km/.cvsignore 2004-04-30 21:02:43.000000000 +0200
+++ freemint/xaaes/src.km/.cvsignore 2011-04-02 20:08:54.468750000 +0200
@@ -5,3 +5,4 @@
xaaes.log
xa_setup.log
load.prg
+xversion.h
diff -aurN -x CVS freemint.orig/xaaes/src.km/adi/whlmoose/.cvsignore freemint/xaaes/src.km/adi/whlmoose/.cvsignore
--- freemint.orig/xaaes/src.km/adi/whlmoose/.cvsignore 2004-10-22 18:17:57.000000000 +0200
+++ freemint/xaaes/src.km/adi/whlmoose/.cvsignore 2011-04-02 20:07:24.781250000 +0200
@@ -1,2 +1,4 @@
.deps
moose*.adi
+*.o
+whlmoose_w.c
diff -aurN -x CVS freemint.orig/xaaes/src.km/xaloader/.cvsignore freemint/xaaes/src.km/xaloader/.cvsignore
--- freemint.orig/xaaes/src.km/xaloader/.cvsignore 2004-07-05 01:18:13.000000000 +0200
+++ freemint/xaaes/src.km/xaloader/.cvsignore 2011-04-02 20:08:03.015625000 +0200
@@ -1,2 +1,3 @@
.deps
xaloader.prg
+*.o