This is the mail archive of the libc-alpha@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]

[COMMITTED] Add *.pyc to .gitignore


Ignore generated *.pyc files, particularly in the benchtests
directory.
---
 .gitignore | 1 +
 ChangeLog  | 4 ++++
 2 files changed, 5 insertions(+)

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.
-- 
2.1.0

Attachment: pgpO1vx7G2zP2.pgp
Description: PGP signature


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