From 29d0a43c96c6c9671c0fe8a05b8cfb2791d5d5cd Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 18 Jun 2014 17:47:18 -0700 Subject: [PATCH] Ignore gcc_update output From-SVN: r211815 --- .gitignore | 4 ++++ ChangeLog | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index bda55a38399..e9b56be604e 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 af5dc1b7388..d7680d491c5 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