summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--ChangeLog4
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 93c2e54c4e..07d4a129e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,3 +43,4 @@ core
/linuxthreads
/linuxthreads_db
/rtkaio
+*.pyc
diff --git a/ChangeLog b/ChangeLog
index 4de8a25c28..b7f3c61661 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.