Homec4science

add object_script to Qt.gitignore

Authored by KoynovStas <skojnov@yandex.ru> on May 21 2017, 09:06.

Description

add object_script to Qt.gitignore

For template rules (modern style) in Qt project file,
this file is autogenerated by qmake.

Example old style (pro file):
SOURCES += src/1.cpp \

src/2.cpp

Example new style, uses template rules (pro file):
SOURCES += src/*.cpp

qmake auto generate files with list of objects
object_script.*.Debug
object_script.*.Release

Details

Committed
KoynovStas <skojnov@yandex.ru>May 21 2017, 09:06
Pushed
aubortJul 2 2018, 16:12
Parents
rGITIGNOREab1e4933925c: add target_wrapper.* to Qt.gitignore
Branches
Unknown
Tags
Unknown

Event Timeline

KoynovStas <skojnov@yandex.ru> committed rGITIGNORE91ae97083c20: add object_script to Qt.gitignore (authored by KoynovStas <skojnov@yandex.ru>).May 21 2017, 09:06