[PATCH] Add missing entries to .gitignore

2017-04-21 Thread Ulf Hermann
Signed-off-by: Ulf Hermann 
---
 .gitignore | 2 ++
 ChangeLog  | 4 
 2 files changed, 6 insertions(+)

diff --git a/.gitignore b/.gitignore
index 0ee3af7..43a8d6e 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 48185c3..735a335 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.
-- 
2.1.4



Re: porting to windows

2017-04-21 Thread Ulf Hermann
Hi,

I just tried to post the patch that adds all the gnulib modules. I suspect the 
mailing list doesn't like it because it's 4.8MB of diff. I've merged all the 
single "add xyz gnulib module" patches into one because you cannot sensibly 
reorder or skip any of them anyway. gnulib likes to keep several configuration 
files that change with every added module and trying to handle this using git 
results in lots of conflicts. I can, of course, change the selection of gnulib 
modules if necessary.

This is the change I tried to post: 
https://codereview.qt-project.org/#/c/186564/

br,
Ulf