소스 검색

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