Skip to content

Commit

Permalink
add object_script to Qt.gitignore
Browse files Browse the repository at this point in the history
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
  • Loading branch information
KoynovStas committed May 21, 2017
1 parent ab1e493 commit 91ae970
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Qt.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

# Qt-es

object_script.*.Release
object_script.*.Debug
*_plugin_import.cpp
/.qmake.cache
/.qmake.stash
Expand Down

0 comments on commit 91ae970

Please sign in to comment.