Skip to content

Commit d80cac0

Browse files
tglsfdcpull[bot]
authored andcommitted
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
1 parent 7ffb341 commit d80cac0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# This file contains ignores for build artifacts from standard builds.
2+
# Auxiliary files from local workflows, your preferred editor, etc. should
3+
# be ignored locally using $GIT_DIR/info/exclude or ~/.gitexclude.
4+
15
# Global excludes across all subdirectories
26
*.o
37
*.obj
@@ -6,10 +10,6 @@
610
*.so.[0-9]
711
*.so.[0-9].[0-9]
812
*.so.[0-9].[0-9][0-9]
9-
*.sl
10-
*.sl.[0-9]
11-
*.sl.[0-9].[0-9]
12-
*.sl.[0-9].[0-9][0-9]
1313
*.dylib
1414
*.dll
1515
*.exp

0 commit comments

Comments
 (0)