From b1eeb7cdde17f70e8e9ad3c610d6492f3ca70717 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 13 Jun 2016 10:12:39 +0200 Subject: Update .gitignore Added the target wrappers shell scripts generated by commit 282f15feaae4c525602d537ab65cb61987eb5f7f from qtbase to the list of ignored files. Similarly the config.log is also not desirable for version tracking. Change-Id: I5cf832ea706f2109d2935cc6a086ece0979cc588 Reviewed-by: Simon Hausmann --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e949cddb22..504317b59e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,12 +4,17 @@ config.tests/*/*/* !config.tests/*/*/*[.]* config.tests/*/*/*[.]app +config.log callgrind.out.* pcviewer.cfg *~ *.a *.la +*_wrapper.sh +*_wrapper.bat +wrapper.sh +wrapper.bat *.core *.moc *.o -- cgit v1.2.3