This is an automated email from the ASF dual-hosted git repository. schor pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
The following commit(s) were added to refs/heads/master by this push: new 847fb64 [UIMA-6126] add gitattributes and update 2 gitignores 847fb64 is described below commit 847fb6482454816a98b80d64d884a05b8a47ab29 Author: Marshall Schor <m...@schor.com> AuthorDate: Mon Oct 14 16:27:04 2019 -0400 [UIMA-6126] add gitattributes and update 2 gitignores --- .gitattributes | 8 ++++++++ uimaj-eclipse-feature-runtime/.gitignore | 1 + uimaj-eclipse-feature-tools/.gitignore | 1 + 3 files changed, 10 insertions(+) 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 diff --git a/uimaj-eclipse-feature-runtime/.gitignore b/uimaj-eclipse-feature-runtime/.gitignore new file mode 100644 index 0000000..6b07b80 --- /dev/null +++ b/uimaj-eclipse-feature-runtime/.gitignore @@ -0,0 +1 @@ +feature.xml \ No newline at end of file diff --git a/uimaj-eclipse-feature-tools/.gitignore b/uimaj-eclipse-feature-tools/.gitignore new file mode 100644 index 0000000..6b07b80 --- /dev/null +++ b/uimaj-eclipse-feature-tools/.gitignore @@ -0,0 +1 @@ +feature.xml \ No newline at end of file