This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.18-703-g471103a


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  471103ae34ffaf70462d5b93841e8655b8452df2 (commit)
      from  6c9642eda644eb76e03776e16dae41b624a709b9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=471103ae34ffaf70462d5b93841e8655b8452df2

commit 471103ae34ffaf70462d5b93841e8655b8452df2
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Fri Dec 27 03:32:23 2013 -0500

    ignore gdb related files
    
    Signed-off-by: Mike Frysinger <vapier@gentoo.org>

diff --git a/.gitignore b/.gitignore
index ee8b6dd..93c2e54 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,6 +36,10 @@ TODO.html
 
 autom4te*.cache
 
+core
+.gdb_history
+.gdbinit
+
 /linuxthreads
 /linuxthreads_db
 /rtkaio
diff --git a/ChangeLog b/ChangeLog
index 93dceec..f4fc6ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-12-27  Mike Frysinger  <vapier@gentoo.org>
+
+	* .gitignore: Add core/.gdbinit/.gdb_history.
+
 2013-12-27  Allan McRae  <allan@archlinux.org>
 
 	[BZ #16369]

-----------------------------------------------------------------------

Summary of changes:
 .gitignore |    4 ++++
 ChangeLog  |    4 ++++
 2 files changed, 8 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]