tests: git: no CRLF substitutions are allowed

The `utest_parser_xml` and `utest_parser_json` check for some verbatim
string literals from these on-disk YANG models, so make sure these are
kept as-is by git. The standard says that these should not be
normalized, and that whatever is in these multiline string literals is
what should really be part of the resulting attribute.
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..8036b4c
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,3 @@
+# the tests check that LF is kept as a LF in the checkout
+tests/modules/yang/ietf-netconf@*.yang -text
+tests/modules/yang/ietf-netconf-nmda@*.yang -text