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 + + * .gitignore: ignore benchmark files + Sat Feb 22 01:22:24 2014 Yusuke Endoh * bignum.c (bary_mul_precheck): fix a copy-paste error.