Skip to content

Commit 475f63b

Browse files
martonmiklosshiftkey
authored andcommitted
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.
1 parent b912aea commit 475f63b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Qt.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*.la
77
*.lai
88
*.so
9+
*.so.*
910
*.dll
1011
*.dylib
1112

0 commit comments

Comments
 (0)