Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2bf06f7

Browse files
committed
Allow .so minor version numbers above 9 in .gitignore.
Needed now that libpq.so's minor version has reached 10.
1 parent 3149a12 commit 2bf06f7

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)