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.21-359-geefe64b


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  eefe64b9a17be2d4553b5b6185a12d6eaa8771c1 (commit)
      from  330fadfc62498041c838cba3a0413bb9c715b73f (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=eefe64b9a17be2d4553b5b6185a12d6eaa8771c1

commit eefe64b9a17be2d4553b5b6185a12d6eaa8771c1
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Mon May 18 15:26:26 2015 +0530

    Add *.pyc to .gitignore
    
    Ignore generated *.pyc files, particularly in the benchtests
    directory.

diff --git a/.gitignore b/.gitignore
index 93c2e54..07d4a12 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,3 +43,4 @@ core
 /linuxthreads
 /linuxthreads_db
 /rtkaio
+*.pyc
diff --git a/ChangeLog b/ChangeLog
index 4de8a25..b7f3c61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-05-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	* .gitignore: Ignore generated *.pyc.
+
 2015-05-18  Arjun Shankar  <arjun.is@lostca.se>
 
 	* include/stdio.h: Define __need_wint_t.

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

Summary of changes:
 .gitignore |    1 +
 ChangeLog  |    4 ++++
 2 files changed, 5 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]