From: Mike Frysinger Date: Sun, 17 May 2009 01:25:23 +0000 (-0400) Subject: ignore ports/linuxthreads addon dirs X-Git-Tag: upstream/2.30~11248 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90020f5ab0b0e844d183b206aa1205552711a6fa;p=external%2Fglibc.git ignore ports/linuxthreads addon dirs Dropping external addon trees into the main git checkout is normal to test them, so add them to the ignore list. Not like we want to ever check them in. Signed-off-by: Mike Frysinger --- diff --git a/.gitignore b/.gitignore index fbdcf54..98f00f3 100644 --- a/.gitignore +++ b/.gitignore @@ -36,4 +36,7 @@ TODO.html autom4te*.cache -rtkaio +/linuxthreads +/linuxthreads_db +/ports +/rtkaio diff --git a/ChangeLog b/ChangeLog index 605a1e6..dc2064c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,15 @@ +2012-04-11 Mike Frysinger + + * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db. + Add a leading slash to rtkaio. + 2012-04-11 Jim Meyering - [BZ #11959] - * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur. - It is not necessarily an error to ignore fwrite's return - value. One can reliably use ferror to test for errors after - the fact. + [BZ #11959] + * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur. + It is not necessarily an error to ignore fwrite's return + value. One can reliably use ferror to test for errors after + the fact. 2012-04-10 H.J. Lu