aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--ChangeLog5
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index dee365b3c6..aa6994a8dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,6 +29,7 @@ y.output
y.tab.c
# /
+/*-fake.rb
/*.pc
/*_prelude.c
/COPYING.LIB
diff --git a/ChangeLog b/ChangeLog
index 732fb0b40b..5fca22bc5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jan 6 21:28:48 2014 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
+
+ * .gitignore: ignore *-fake.rb generated even when CROSS_COMPILING = no
+ since r42862.
+
Sun Jan 5 20:14:14 2014 Benoit Daloze <eregontp@gmail.com>
* compar.c (cmp_equal): remove error hiding in Comparable#==.