From 8d93a9895ba15b9dbcbfb97b3d8e15ace128a152 Mon Sep 17 00:00:00 2001 From: =?utf8?q?D=C5=BEenan=20Zuki=C4=87?= Date: Thu, 4 Aug 2022 17:47:33 -0400 Subject: [PATCH] Increase ghostflow-director max-size for crc32_braid_tbl.h --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 49d4490d..0b0d147e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ * text=auto *.c text *.h text +crc32_braid_tbl.h hooks-max-size=1000000 Makefile text configure text eol=lf -- 2.47.3