On Sat, Oct 17, 2009 at 12:00:36PM -0700, Austin Foxley wrote: > >commit: >http://git.uclibc.org/uClibc/commit/?id=9a03e98a3b418f33c347a6023e9320f3a42cb9e4 >branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master > >Signed-off-by: Austin Foxley <[email protected]> >--- > extra/.gitignore | 22 +++++ > test/.gitignore | 254 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 276 insertions(+), 0 deletions(-) > create mode 100644 extra/.gitignore > create mode 100644 test/.gitignore > >diff --git a/extra/.gitignore b/extra/.gitignore >new file mode 100644 >index 0000000..f47fe57 >--- /dev/null >+++ b/extra/.gitignore >@@ -0,0 +1,22 @@ >+# >+# Never ignore these >+# >+!.gitignore >+ >+# >+# Generated files >+# >+locale/c8tables.h >+locale/codesets.txt >+locale/gen_collate >+locale/gen_ldc >+locale/gen_locale >+locale/gen_wc8bit >+locale/gen_wctype >+locale/locale_collate.h >+locale/locale_data.c >+locale/locale_tables.h >+locale/locales.txt >+locale/lt_defines.h >+locale/uClibc_locale_data.h >+locale/wctables.h
We usually use per dir ignores. Given that these are already in extra/locale/.gitignore, i'm curious why you needed to duplicate them here? _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
