summaryrefslogtreecommitdiff
path: root/doc/bugs/Empty_files_make_git_status_slow/comment_3_17b400bc03eb176f63009b9e01a862f4._comment
blob: 892eb6b72840c85765f7f4103c34b72e54fb8123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[[!comment format=mdwn
 username="Michel"
 avatar="http://cdn.libravatar.org/avatar/cf9fdab9aa34af56f769bf584c8e7011"
 subject="Solution"
 date="2017-03-11T00:44:18Z"
 content="""
I found a relatively simple solution by setting the following in .gitattributes:

```
* annex.largefiles=(largerthan=0kb)
```

"""]]