Skip to content

Commit 5c1848e

Browse files
authored
Mark libnsgif directory as vendored (#4621)
1 parent 1068305 commit 5c1848e

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

.gitattributes

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
# Shell scripts sources can't have CRLF line endings
2-
*.sh eol=lf
1+
# Shell scripts can't have CRLF line endings
2+
*.sh eol=lf
33

4-
# Ignore repository language statistics and hide diffs for generated files
5-
libvips/colour/profiles.c linguist-generated=true
4+
# Excluded from stats, hidden in diffs
5+
libvips/colour/profiles.c linguist-generated
6+
7+
# Excluded from stats
8+
libvips/foreign/libnsgif/* linguist-vendored
69

710
# Omit from release tarball
8-
.clang-format export-ignore
9-
.codespellrc export-ignore
10-
.editorconfig export-ignore
11-
.git-blame-ignore-revs export-ignore
12-
.gitattributes export-ignore
13-
.gitignore export-ignore
14-
.gitkeep export-ignore
15-
.github/ export-ignore
11+
.clang-format export-ignore
12+
.codespellrc export-ignore
13+
.editorconfig export-ignore
14+
.git-blame-ignore-revs export-ignore
15+
.gitattributes export-ignore
16+
.gitignore export-ignore
17+
.gitkeep export-ignore
18+
.github/ export-ignore

0 commit comments

Comments
 (0)