diff options
author | KoynovStas <skojnov@yandex.ru> | 2017-05-20 16:49:28 +0400 |
---|---|---|
committer | KoynovStas <skojnov@yandex.ru> | 2017-05-20 16:49:28 +0400 |
commit | c65c993f4d5f143ca63363b0dfcd3fe68716ccc3 (patch) | |
tree | baacd0575af1b858cfea7db7a712088b2745b6b8 | |
parent | dae624c7d46b52655d647d56d378ce14d7028c9f (diff) | |
download | gitignore-c65c993f4d5f143ca63363b0dfcd3fe68716ccc3.tar.gz gitignore-c65c993f4d5f143ca63363b0dfcd3fe68716ccc3.zip |
add *_plugin_import.cpp to Qt.gitignore
This file is autogenerated by qmake. It imports static plugin classes for
static plugins specified using QTPLUGIN and QT_PLUGIN_CLASS.<plugin> variables.
This file is autogenerated for static build
-rw-r--r-- | Qt.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Qt.gitignore b/Qt.gitignore index 6732e720..5a3ca953 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -12,6 +12,7 @@ # Qt-es +*_plugin_import.cpp /.qmake.cache /.qmake.stash *.pro.user |