This adds .cvsignore files in native/target and subdirs to let CVS
ignore the generated Makefile and Makefile.in files.
2006-10-18 Roman Kennke <[EMAIL PROTECTED]>
* native/target/.cvsignore
* native/target/Linux/.cvsignore
* native/target/generic/.cvsignore:
Added to let CVS ignore the generated Makefile and Makefile.in
files.
/Roman
Index: native/target/.cvsignore
===================================================================
RCS file: native/target/.cvsignore
diff -N native/target/.cvsignore
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ native/target/.cvsignore 18 Oct 2006 09:28:32 -0000
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
Index: native/target/Linux/.cvsignore
===================================================================
RCS file: native/target/Linux/.cvsignore
diff -N native/target/Linux/.cvsignore
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ native/target/Linux/.cvsignore 18 Oct 2006 09:28:32 -0000
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
Index: native/target/generic/.cvsignore
===================================================================
RCS file: native/target/generic/.cvsignore
diff -N native/target/generic/.cvsignore
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ native/target/generic/.cvsignore 18 Oct 2006 09:28:32 -0000
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in