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.
This commit is contained in:
parent
b912aead4e
commit
475f63beb5
@ -6,6 +6,7 @@
|
||||
*.la
|
||||
*.lai
|
||||
*.so
|
||||
*.so.*
|
||||
*.dll
|
||||
*.dylib
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user