]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Add missing entries to .gitignore
authorUlf Hermann <ulf.hermann@qt.io>
Fri, 21 Apr 2017 16:51:08 +0000 (18:51 +0200)
committerMark Wielaard <mark@klomp.org>
Wed, 26 Apr 2017 15:13:16 +0000 (17:13 +0200)
Signed-off-by: Ulf Hermann <ulf.hermann@qt.io>
.gitignore
ChangeLog

index 0ee3af7b3bdc010670b5ab642d70941cea66be91..43a8d6ee28e51eeb07bf6010fa93ae8c7a65ed03 100644 (file)
@@ -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
index 48185c36176c35bea0d4722ab404f0359c6afe31..735a335e936034d5f4370dae9817fdd47190b821 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-04-21  Ulf Hermann  <ulf.hermann@qt.io>
+
+       * .gitignore: Add fillfile and peel_type tests.
+
 2017-02-15  Ulf Hermann  <ulf.hermann@qt.io>
 
        * configure.ac: Add check for mempcpy.