diff options
Diffstat (limited to 'tests/resources/attr/sub/.gitattributes')
-rw-r--r-- | tests/resources/attr/sub/.gitattributes | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/resources/attr/sub/.gitattributes b/tests/resources/attr/sub/.gitattributes new file mode 100644 index 0000000..329c1c5 --- /dev/null +++ b/tests/resources/attr/sub/.gitattributes @@ -0,0 +1,7 @@ +* subattr=yes -negattr +*.txt another=zero +sub/*.txt another=one +ab* merge=filfre +abc -foo -bar +*.c frotz +deep/file deepdeep |