From 63bc60ccdd10ac00e2fc9e08338fd4bd327a4bf6 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Fri, 11 Dec 2020 16:25:23 -0700 Subject: [PATCH] [Git] Relax the LFS application to get rid of small files --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 4aaecad..c570f03 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ *.gds filter=lfs diff=lfs merge=lfs -text *.spef filter=lfs diff=lfs merge=lfs -text -TESTBENCH/**/*.v filter=lfs diff=lfs merge=lfs -text +TESTBENCH/*/pnr/verilog_testbench/*_tb.v filter=lfs diff=lfs merge=lfs -text