Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2bf06f7

Browse files
committed
Allow .so minor version numbers above 9 in .gitignore.
Needed now that libpq.so's minor version has reached 10.
1 parent3149a12 commit2bf06f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
*.so
55
*.so.[0-9]
66
*.so.[0-9].[0-9]
7+
*.so.[0-9].[0-9][0-9]
78
*.sl
89
*.sl.[0-9]
910
*.sl.[0-9].[0-9]
11+
*.sl.[0-9].[0-9][0-9]
1012
*.dylib
1113
*.dll
1214
*.exp

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp