From: Ulf Hermann Date: Fri, 21 Apr 2017 16:51:08 +0000 (+0200) Subject: Add missing entries to .gitignore X-Git-Tag: elfutils-0.169~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c3badb6710e57bb7a9222a8d59a4b108c13fc78;p=thirdparty%2Felfutils.git Add missing entries to .gitignore Signed-off-by: Ulf Hermann --- diff --git a/.gitignore b/.gitignore index 0ee3af7b3..43a8d6ee2 100644 --- a/.gitignore +++ b/.gitignore @@ -123,6 +123,7 @@ Makefile.in /tests/elfstrmerge /tests/elfstrtab /tests/emptyfile +/tests/fillfile /tests/find-prologues /tests/funcretval /tests/funcscopes @@ -139,6 +140,7 @@ Makefile.in /tests/newdata /tests/newfile /tests/newscn +/tests/peel_type /tests/rdwrmmap /tests/rerequest_tag /tests/saridx diff --git a/ChangeLog b/ChangeLog index 48185c361..735a335e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-04-21 Ulf Hermann + + * .gitignore: Add fillfile and peel_type tests. + 2017-02-15 Ulf Hermann * configure.ac: Add check for mempcpy.