From bbaee3afd9ee8cbe6ef42a0962bd6fda65dd7019 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Tue, 25 Sep 2012 15:42:07 +0200 Subject: Remove the version.h files from .gitignore. Since e0839abbb4d22369f7171b3257217670aa06d6da they are created in the build dir, not the source dir. Further, they are generated in the include/ dir in the build dir, which is also already ignored for in-source builds. Change-Id: I0e709abf4b2b40351eb2728a36e9e238e3fc98bc Reviewed-by: Marc Mutz --- .gitignore | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.gitignore b/.gitignore index 03a3a08465..f4d8fff946 100644 --- a/.gitignore +++ b/.gitignore @@ -133,19 +133,6 @@ translations/*.qm translations/*_untranslated.ts qrc_*.cpp -src/concurrent/qtconcurrentversion.h -src/corelib/qtcoreversion.h -src/dbus/qtdbusversion.h -src/gui/qtguiversion.h -src/network/qtnetworkversion.h -src/opengl/qtopenglversion.h -src/sql/qtsqlversion.h -src/testlib/qttestversion.h -src/xml/qtxmlversion.h -src/platformsupport/qtplatformsupportversion.h -src/printsupport/qtprintsupportversion.h -src/widgets/qtwidgetsversion.h - # Test generated files QObject.log tst_* -- cgit v1.2.3