From: Richard Henderson Date: Thu, 19 Jun 2014 00:47:18 +0000 (-0700) Subject: Ignore gcc_update output X-Git-Tag: releases/gcc-5.1.0~6775 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29d0a43c96c6c9671c0fe8a05b8cfb2791d5d5cd;p=thirdparty%2Fgcc.git Ignore gcc_update output From-SVN: r211815 --- diff --git a/.gitignore b/.gitignore index bda55a383990..e9b56be604ed 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,7 @@ core !core/ lost+found + +# ignore ./contrib/gcc_update output +LAST_UPDATED +REVISION diff --git a/ChangeLog b/ChangeLog index af5dc1b7388c..d7680d491c5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-06-18 Richard Henderson + + * .gitignore: Import gcc_update output. + 2014-06-18 Olivier Hainque * tree-core.h (tree_block): Add an "end_locus" field, allowing