Commit 2bf06f75 authored by Tom Lane's avatar Tom Lane

Allow .so minor version numbers above 9 in .gitignore.

Needed now that libpq.so's minor version has reached 10.
parent 3149a121
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment