From fb9834e4e6b1a32b6704a4bd2d5d0208641a3194 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Wed, 25 Nov 2020 16:04:46 -0700 Subject: [PATCH] [Git] Add .v files to Large file system tracking --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 732847d..6397706 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ *.gds filter=lfs diff=lfs merge=lfs -text *.spef filter=lfs diff=lfs merge=lfs -text +*.v filter=lfs diff=lfs merge=lfs -text