mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
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 <vapier@gentoo.org>
This commit is contained in:
parent
288f9098cb
commit
90020f5ab0
2 changed files with 14 additions and 6 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -36,4 +36,7 @@ TODO.html
|
|||
|
||||
autom4te*.cache
|
||||
|
||||
rtkaio
|
||||
/linuxthreads
|
||||
/linuxthreads_db
|
||||
/ports
|
||||
/rtkaio
|
||||
|
|
15
ChangeLog
15
ChangeLog
|
@ -1,10 +1,15 @@
|
|||
2012-04-11 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
|
||||
Add a leading slash to rtkaio.
|
||||
|
||||
2012-04-11 Jim Meyering <meyering@redhat.com>
|
||||
|
||||
[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 <hongjiu.lu@intel.com>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue