diff options
Diffstat (limited to 'tests/resources/attr_index/gitattributes')
-rw-r--r-- | tests/resources/attr_index/gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/resources/attr_index/gitattributes b/tests/resources/attr_index/gitattributes new file mode 100644 index 0000000..cdf17ea --- /dev/null +++ b/tests/resources/attr_index/gitattributes @@ -0,0 +1,4 @@ +* bar +*.txt -foo beep=10 +*.md blargh=goop -bar + |