]> sourceware.org Git - glibc.git/commitdiff
Add *.pyc to .gitignore
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Mon, 18 May 2015 09:56:26 +0000 (15:26 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Mon, 18 May 2015 09:56:26 +0000 (15:26 +0530)
Ignore generated *.pyc files, particularly in the benchtests
directory.

.gitignore
ChangeLog

index 93c2e54c4e8baf053d4caa46f49f9be3541ee967..07d4a129e5dc5c8eb7403441df6adcc8168306ac 100644 (file)
@@ -43,3 +43,4 @@ core
 /linuxthreads
 /linuxthreads_db
 /rtkaio
+*.pyc
index 4de8a25c28176b638f81fdf9c5d84a303de85eba..b7f3c61661af694ac3cc1382f5159e639afe54e6 100644 (file)
--- 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.
This page took 0.11478 seconds and 5 git commands to generate.