Remove the <module>version.h files from .gitignore.
authorStephen Kelly <stephen.kelly@kdab.com>
Tue, 25 Sep 2012 13:42:07 +0000 (15:42 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 27 Sep 2012 21:51:30 +0000 (23:51 +0200)
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 <marc.mutz@kdab.com>
.gitignore

index 03a3a08..f4d8fff 100644 (file)
@@ -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_*