diff options
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | ChangeLog | 4 |
2 files changed, 8 insertions, 0 deletions
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 <rth@redhat.com> + + * .gitignore: Import gcc_update output. + 2014-06-18 Olivier Hainque <hainque@adacore.com> * tree-core.h (tree_block): Add an "end_locus" field, allowing |