diff --git a/.gitattributes b/.gitattributes index ac9cdcf890..cccf72a2c3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ # Shell scripts can't have CRLF line endings -*.sh eol=lf +*.sh eol=lf # Excluded from stats, hidden in diffs libvips/colour/profiles.c linguist-generated @@ -8,11 +8,11 @@ libvips/colour/profiles.c linguist-generated libvips/foreign/libnsgif/* linguist-vendored # Omit from release tarball -.clang-format export-ignore -.codespellrc export-ignore -.editorconfig 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 +.gitattributes export-ignore +.gitignore export-ignore +.gitkeep export-ignore +.github/ export-ignore