diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-18 20:38:13 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-18 20:38:13 -0700 |
commit | 770f8a8c69f2d50b5e719e9a841dccf8aefd2cec (patch) | |
tree | 515a3a96f8aec460f625b29363a50f6326e6cff6 | |
parent | 0c0271ae34b4861ff5eac8bb3592534876caafb9 (diff) |
Narrow parameters for what is stored in LFS
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index 6fa45e50..67c1076f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -util/data/* filter=lfs diff=lfs merge=lfs -text -ext/bg/data/* filter=lfs diff=lfs merge=lfs -text +util/data/*dic* filter=lfs diff=lfs merge=lfs -text +ext/bg/data/*dic* filter=lfs diff=lfs merge=lfs -text |