From f92c2831cd59812f63de5e2505ab024a81182e7c Mon Sep 17 00:00:00 2001 From: Bernd Weimer Date: Tue, 6 Dec 2016 10:23:16 +0100 Subject: Update .gitignore This should be appreciated by in-source build advocates in particular. Change-Id: I72df97027b3533de12f8ddcbbb43788f0e989274 Reviewed-by: Robert Griebl --- .gitignore | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c8b30161..4b6e80f0 100644 --- a/.gitignore +++ b/.gitignore @@ -8,13 +8,10 @@ moc_* qrc_* *.moc -*.pro.user* +*.user* Makefile core -bin DEADJOE -doc/html -doc/qch *.gcda *.gcno *.gcov-info @@ -24,3 +21,20 @@ branch-coverage *.pc *.qmlc *.jsc +.qmake.* +*.pch +*.log + +config.tests/*/* +!config.tests/*/*[.]* +config.tests/*/*[.]app + +src/**/*.sh +doc/**/*.sh +src/tools/*/*_interface.* +src/tools/*/*_adaptor.* + +src/manager/build-config.yaml +src/manager/config.qrc +src/tools/testrunner/build-config.yaml +src/tools/testrunner/config.qrc -- cgit v1.2.1