From 475f63beb5815372181a0c93262517cd2a05214e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20M=C3=A1rton?= Date: Wed, 9 Oct 2019 15:42:31 +0200 Subject: [PATCH] Add versioned so files extension to Qt.gitignore (#3186) Some Qt packages builds versioned shared objects which will generate foobar.so.n symlinks to the output file. These files should not tracked by git. --- Qt.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Qt.gitignore b/Qt.gitignore index e57f4a5b..f147edf3 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -6,6 +6,7 @@ *.la *.lai *.so +*.so.* *.dll *.dylib