diff options
author | Miklós Márton <martonmiklosqdev@gmail.com> | 2019-01-31 21:22:18 +0100 |
---|---|---|
committer | Miklós Márton <martonmiklosqdev@gmail.com> | 2019-01-31 21:22:18 +0100 |
commit | 1ee3d754b3b294a4e3b6a03d034eb3cc26ab9f97 (patch) | |
tree | 572be28e6f62dd9f33b1f7ae28f2890ece19d33d | |
parent | 2fa80028c33ad84ff08f993966caa91f0b327fed (diff) | |
download | gitignore-1ee3d754b3b294a4e3b6a03d034eb3cc26ab9f97.tar.gz gitignore-1ee3d754b3b294a4e3b6a03d034eb3cc26ab9f97.zip |
Add *.creator.user* files to the Qt .gitignore
-rw-r--r-- | Qt.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Qt.gitignore b/Qt.gitignore index 7bc58fb7..15361cf5 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -44,3 +44,6 @@ CMakeLists.txt.user* # QtCreator 4.8< compilation database compile_commands.json + +# QtCreator local machine specific files for imported projects +*creator.user* |