mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +03:00
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:
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user