Re: [git commit master] add .gitignore for test/ and extra/

View: New views
2 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: [git commit master] add .gitignore for test/ and extra/

by Bernhard Reutner-Fischer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 <austinf@...>
>---
> 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
uClibc@...
http://lists.busybox.net/mailman/listinfo/uclibc

Re: [git commit master] add .gitignore for test/ and extra/

by Austin Foxley-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 10/17/2009 02:43 PM, Bernhard Reutner-Fischer wrote:
> 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?

Ah, didn't realize. Will fix.

-Austin
_______________________________________________
uClibc mailing list
uClibc@...
http://lists.busybox.net/mailman/listinfo/uclibc