From ae0451e67dc65a83b29aafa03887b432f81a6c07 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sun, 17 Jun 2012 21:32:47 +0400 Subject: [PATCH] Add more auto-generated file to .gitignore 2012-06-17 Ivan Maidanski * .gitignore: Add auto-generated "config.h.in~". * lib/.gitignore: Add auto-generated "collections.jar". * m4/.gitignore: New file (to ignore auto-generated .m4 files). * scripts/.gitignore: Add auto-generated "check_jni_methods.sh". * tools/.gitignore: Add "asm" and "gjdoc". --- .gitignore | 1 + ChangeLog | 37 ++++++++++++++++++++++--------------- lib/.gitignore | 1 + m4/.gitignore | 2 ++ scripts/.gitignore | 1 + tools/.gitignore | 2 ++ 6 files changed, 29 insertions(+), 15 deletions(-) create mode 100644 m4/.gitignore diff --git a/.gitignore b/.gitignore index 4de6f7faa..63807fb2c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ /config.status /config.sub config.h.in +config.h.in~ config.h /libtool /ltmain.sh diff --git a/ChangeLog b/ChangeLog index d23eec0b8..799e2be60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2012-06-17 Ivan Maidanski + + * .gitignore: Add auto-generated "config.h.in~". + * lib/.gitignore: Add auto-generated "collections.jar". + * m4/.gitignore: New file (to ignore auto-generated .m4 files). + * scripts/.gitignore: Add auto-generated "check_jni_methods.sh". + * tools/.gitignore: Add "asm" and "gjdoc". + 2012-06-10 Ivan Maidanski * .gitignore: Add '/' prefix to file names existing (and to be @@ -6270,14 +6278,14 @@ * gnu/xml/stream/XMLEventAllocatorImpl.java, * gnu/xml/stream/XMLEventFactoryImpl.java: Update implementation to match final version of StAX API. - + 2009-07-06 Ludovic Claude PR xml/40653: * gnu/xml/stream/XMLStreamWriterImpl.java: Weaken testing of namespace prefix to match reference implementation and spec. - + 2009-07-07 Andrew John Hughes PR classpath/40630 @@ -6294,10 +6302,10 @@ * java/util/Scanner.java, * java/util/regex/Matcher.java: Replace tab characters with spaces. - + 2009-06-29 Andrew Haley - PR java/40590 + PR java/40590 * tools/gnu/classpath/tools/javah/FieldHelper.java (print): Use printName(). * tools/gnu/classpath/tools/javah/MethodHelper.java (print): @@ -6585,7 +6593,7 @@ * org/omg/PortableServer/_ServantLocatorStub.java: Turn off warnings where Class is used; forced to use raw type for API compatibility. - + 2009-02-06 Andrew John Hughes * NEWS: @@ -6600,7 +6608,7 @@ 2009-02-05 Andrew John Hughes * NEWS: Add VM updates. - + 2009-02-05 Andrew John Hughes * NEWS: Updated. @@ -6629,13 +6637,13 @@ (cpproc_forkAndExec): Don't return on a -1 result from chdir as this may be valid in some cases. A better fix is needed. - + 2009-02-03 Andrew John Hughes * native/jni/native-lib/cpproc.c: (cpproc_forkAndExec): Handle return of chdir. - + 2009-02-03 Andrew John Hughes PR classpath/38417: @@ -6665,12 +6673,12 @@ (engineNextBytes(byte[])): Initialise using new seed. * gnu/javax/crypto/jce/prng/FortunaImpl.java: (engineSetSeed(byte[])): Initialise with new seed if unused. - (engineGenerateSeed(int)): Use SecureRandomAdapter. + (engineGenerateSeed(int)): Use SecureRandomAdapter. * gnu/javax/crypto/jce/prng/ICMRandomSpi.java: - (engineGenerateSeed(int)): Use SecureRandomAdapter. + (engineGenerateSeed(int)): Use SecureRandomAdapter. (engineNextBytes(byte[])): Initialise using new seed. * gnu/javax/crypto/jce/prng/UMacRandomSpi.java: - (engineGenerateSeed(int)): Use SecureRandomAdapter. + (engineGenerateSeed(int)): Use SecureRandomAdapter. (engineNextBytes(byte[])): Initialise using new seed. * gnu/javax/crypto/prng/ICMGenerator.java: (setup(Map)): Call fillBlock(). @@ -6689,11 +6697,11 @@ * Makefile.am: Add ChangeLog-2008 to EXTRA_DIST. - + 2009-01-02 Andrew John Hughes * ChangeLog-2008: New file. - + 2009-01-02 Andrew John Hughes * java/text/MessageFormat.java: @@ -6702,6 +6710,5 @@ Local Variables: -coding: iso-latin-1-unix +coding: iso-latin-1-unix End: - diff --git a/lib/.gitignore b/lib/.gitignore index bf7fe2c27..ca7b1b8bd 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -12,6 +12,7 @@ classes.locale classes.standard classes.standardx classes.xml +collections.jar glibj.zip deps.sh gen-classlist.sh diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 000000000..94f2b5163 --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1,2 @@ +libtool.m4 +lt*.m4 diff --git a/scripts/.gitignore b/scripts/.gitignore index b32b4de31..834e99951 100644 --- a/scripts/.gitignore +++ b/scripts/.gitignore @@ -1 +1,2 @@ +check_jni_methods.sh classpath.spec diff --git a/tools/.gitignore b/tools/.gitignore index 020795d89..9d5a16ab9 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -1,3 +1,4 @@ +asm jarsigner keytool tools.zip @@ -6,6 +7,7 @@ gappletviewer gjarsigner gkeytool gjar +gjdoc gnative2ascii gserialver gjavah