浏览代码

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.
Miklós Márton 5 年之前
父节点
当前提交
475f63beb5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Qt.gitignore

+ 1 - 0
Qt.gitignore

@@ -6,6 +6,7 @@
 *.la
 *.lai
 *.so
+*.so.*
 *.dll
 *.dylib