Skip to content

Mark libnsgif directory as vendored #4621

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 15 additions & 12 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# Shell scripts sources can't have CRLF line endings
*.sh eol=lf
# Shell scripts can't have CRLF line endings
*.sh eol=lf

# Ignore repository language statistics and hide diffs for generated files
libvips/colour/profiles.c linguist-generated=true
# Excluded from stats, hidden in diffs
libvips/colour/profiles.c linguist-generated

# Excluded from stats
libvips/foreign/libnsgif/* linguist-vendored

# Omit from release tarball
.clang-format export-ignore
.codespellrc export-ignore
.editorconfig export-ignore
.git-blame-ignore-revs export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.gitkeep export-ignore
.github/ export-ignore
.clang-format export-ignore
.codespellrc export-ignore
.editorconfig export-ignore
.git-blame-ignore-revs export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.gitkeep export-ignore
.github/ export-ignore
Loading