mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
Update top-level .gitignore.
Add a comment explaining our policy that we don't put excludes for nonstandard tools into committed .gitignore files. Also, remove the entries about libraries with .sl extensions, since that convention was only used on now-desupported HP-UX. Discussion: https://postgr.es/m/CAHxW8BAiyPwfXbN813GhorQozwMBs4f3DTxLkKNxiGQuJuw4Vw@mail.gmail.com
This commit is contained in:
parent
92c4dafe1e
commit
d94f32d49f
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,3 +1,7 @@
|
|||||||
|
# This file contains ignores for build artifacts from standard builds.
|
||||||
|
# Auxiliary files from local workflows, your preferred editor, etc. should
|
||||||
|
# be ignored locally using $GIT_DIR/info/exclude or ~/.gitexclude.
|
||||||
|
|
||||||
# Global excludes across all subdirectories
|
# Global excludes across all subdirectories
|
||||||
*.o
|
*.o
|
||||||
*.obj
|
*.obj
|
||||||
@ -6,10 +10,6 @@
|
|||||||
*.so.[0-9]
|
*.so.[0-9]
|
||||||
*.so.[0-9].[0-9]
|
*.so.[0-9].[0-9]
|
||||||
*.so.[0-9].[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
|
*.dylib
|
||||||
*.dll
|
*.dll
|
||||||
*.exp
|
*.exp
|
||||||
|
Loading…
Reference in New Issue
Block a user