1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 00:08:52 -05:00

Add more compressed file extensions to Common.gitattributes

Add *.bz, *.bz2, *.bzip2, *.lz, *.lzma, *.rar, *.taz, *.tbz, *.tbz2,
*.tlz, *.txz, *.xz, *.Z, and *.zst as binary files.
This commit is contained in:
Ian Abbott 2024-03-21 13:30:45 +00:00 committed by Alexander Karatarakis
parent 13ddcd2e6d
commit 6254cbbe9d

View File

@ -67,10 +67,24 @@
# Archives
*.7z binary
*.bz binary
*.bz2 binary
*.bzip2 binary
*.gz binary
*.lz binary
*.lzma binary
*.rar binary
*.tar binary
*.taz binary
*.tbz binary
*.tbz2 binary
*.tgz binary
*.tlz binary
*.txz binary
*.xz binary
*.Z binary
*.zip binary
*.zst binary
# Text files where line endings should be preserved
*.patch -text