mirror of https://github.com/postgres/postgres
Allow .so minor version numbers above 9 in .gitignore.
Needed now that libpq.so's minor version has reached 10.
This commit is contained in:
parent
3149a12166
commit
2bf06f7561
|
@ -4,9 +4,11 @@
|
|||
*.so
|
||||
*.so.[0-9]
|
||||
*.so.[0-9].[0-9]
|
||||
*.so.[0-9].[0-9][0-9]
|
||||
*.sl
|
||||
*.sl.[0-9]
|
||||
*.sl.[0-9].[0-9]
|
||||
*.sl.[0-9].[0-9][0-9]
|
||||
*.dylib
|
||||
*.dll
|
||||
*.exp
|
||||
|
|
Loading…
Reference in New Issue