summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--ChangeLog4
2 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index aa6994a8dc..18cb5b0268 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,6 +47,7 @@ y.tab.c
/autom4te*.cache
/automake
/beos
+/bmlog-*
/breakpoints.gdb
/config.cache
/config.h
@@ -96,6 +97,8 @@ y.tab.c
# /benchmark/
/benchmark/bmx_*.rb
+/benchmark/fasta.output.*
+/benchmark/wc.input
# /enc/trans/
/enc/trans/*.c
diff --git a/ChangeLog b/ChangeLog
index 9e22acb77b..3a6f7a489b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Feb 22 18:40:58 2014 Eric Wong <e@80x24.org>
+
+ * .gitignore: ignore benchmark files
+
Sat Feb 22 01:22:24 2014 Yusuke Endoh <mame@tsg.ne.jp>
* bignum.c (bary_mul_precheck): fix a copy-paste error.