Remove the <module>version.h files from .gitignore.

Since e0839abbb4 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>
This commit is contained in:
Stephen Kelly 2012-09-25 15:42:07 +02:00 committed by The Qt Project
parent 7615b54ce8
commit bbaee3afd9

13
.gitignore vendored
View File

@ -133,19 +133,6 @@ translations/*.qm
translations/*_untranslated.ts translations/*_untranslated.ts
qrc_*.cpp 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 # Test generated files
QObject.log QObject.log
tst_* tst_*