summaryrefslogtreecommitdiffstats
path: root/tests/syntax-tests/highlighted/Git Attributes/example.gitattributes
diff options
context:
space:
mode:
Diffstat (limited to 'tests/syntax-tests/highlighted/Git Attributes/example.gitattributes')
-rw-r--r--tests/syntax-tests/highlighted/Git Attributes/example.gitattributes16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/syntax-tests/highlighted/Git Attributes/example.gitattributes b/tests/syntax-tests/highlighted/Git Attributes/example.gitattributes
new file mode 100644
index 00000000..178bc759
--- /dev/null
+++ b/tests/syntax-tests/highlighted/Git Attributes/example.gitattributes
@@ -0,0 +1,16 @@
+#
+# Comment
+
+[attr]binary -diff -merge -text
+
+* text=auto
+*.c diff=c
+*.cc text diff=cpp
+*.o binary
+*.bat text eol=crlf
+*.lock text -diff
+*.*ignore text
+*.patch -text
+
+.gitattributes linguist-language=gitattributes
+.gitkeep export-ignore