[UIMA-4797] uimafit wont build on windows
- Adding .gitattributes with settings for line ending conversion
- thanks to Hendrik Lücke-Tieke aka helt


git-svn-id: https://svn.apache.org/repos/asf/uima/uimafit/trunk@1730589 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..8f18cfb
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,8 @@
+# Set the default behavior, in case people don't have core.autocrlf set.
+* text=auto
+
+# Make sure that these files are treated as binary so that newlines are preserved.
+*.bin binary
+*.dump binary
+*.xcas binary
+*.xmi binary