diff options
author | Miklós Márton <martonmiklosqdev@gmail.com> | 2019-10-09 15:24:27 +0200 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2019-10-09 10:24:27 -0300 |
commit | b912aead4e504f5f1f3f8211f1282f0988cbe482 (patch) | |
tree | d93f88bf77f5c302599f1f0eded41452e7be1ed1 | |
parent | baf13553d070d1d85d6c873235eb529077c35aaf (diff) | |
download | gitignore-b912aead4e504f5f1f3f8211f1282f0988cbe482.tar.gz gitignore-b912aead4e504f5f1f3f8211f1282f0988cbe482.zip |
Add qmake generated prl files to Qt.gitignore (#3187)
-rw-r--r-- | Qt.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Qt.gitignore b/Qt.gitignore index b4207cd7..e57f4a5b 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -29,6 +29,7 @@ ui_*.h Makefile* *build-* *.qm +*.prl # Qt unit tests target_wrapper.* |