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:
parent
7615b54ce8
commit
bbaee3afd9
13
.gitignore
vendored
13
.gitignore
vendored
@ -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_*
|
||||
|
Loading…
Reference in New Issue
Block a user