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

Needed now that libpq.so's minor version has reached 10.
pull/31/head
Tom Lane 9 years ago
parent 3149a12166
commit 2bf06f7561
  1. 2
      .gitignore

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

Loading…
Cancel
Save