summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Kennke <roman@kennke.org>2006-10-18 09:29:32 +0000
committerRoman Kennke <roman@kennke.org>2006-10-18 09:29:32 +0000
commitf1a049db4e2e040cef724d8d271d14cf5a7e6731 (patch)
treecbce40dbb10e4cc3bcd0dbf01726e503bf2b1044
parentad5a9e975d1b635f3a550c2a4936639ade7c1ce0 (diff)
downloadclasspath-f1a049db4e2e040cef724d8d271d14cf5a7e6731.tar.gz
2006-10-18 Roman Kennke <kennke@aicas.com>
* native/target/.cvsignore * native/target/Linux/.cvsignore * native/target/generic/.cvsignore: Added to let CVS ignore the generated Makefile and Makefile.in files.
-rw-r--r--ChangeLog8
-rw-r--r--native/target/.cvsignore2
-rw-r--r--native/target/Linux/.cvsignore2
-rw-r--r--native/target/generic/.cvsignore2
4 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b7a35aa34..e4826a7c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-10-18 Roman Kennke <kennke@aicas.com>
+ * native/target/.cvsignore
+ * native/target/Linux/.cvsignore
+ * native/target/generic/.cvsignore:
+ Added to let CVS ignore the generated Makefile and Makefile.in
+ files.
+
+2006-10-18 Roman Kennke <kennke@aicas.com>
+
PR 29448
* java/awt/Window.java
(eventTypeEnabled): Overridden to handle WindowEvents.
diff --git a/native/target/.cvsignore b/native/target/.cvsignore
new file mode 100644
index 000000000..282522db0
--- /dev/null
+++ b/native/target/.cvsignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/native/target/Linux/.cvsignore b/native/target/Linux/.cvsignore
new file mode 100644
index 000000000..282522db0
--- /dev/null
+++ b/native/target/Linux/.cvsignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/native/target/generic/.cvsignore b/native/target/generic/.cvsignore
new file mode 100644
index 000000000..282522db0
--- /dev/null
+++ b/native/target/generic/.cvsignore
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in