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:
parent
13ddcd2e6d
commit
6254cbbe9d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user