Skip to content

Commit 1e18f10

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 2a4dfb7 commit 1e18f10

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)