From 6254cbbe9d8b9d7b6c719a2f57c69969a3aab476 Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Thu, 21 Mar 2024 13:30:45 +0000 Subject: [PATCH] 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. --- Common.gitattributes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Common.gitattributes b/Common.gitattributes index 5f78a41..e3d22ec 100644 --- a/Common.gitattributes +++ b/Common.gitattributes @@ -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