You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2019/10/15 15:13:44 UTC

[uima-uimaj] branch master-v2 updated: [UIMA-6126] add gitattributes, and gitignore for 2 eclipse feature proj

This is an automated email from the ASF dual-hosted git repository.

schor pushed a commit to branch master-v2
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git


The following commit(s) were added to refs/heads/master-v2 by this push:
     new ca2703c  [UIMA-6126] add gitattributes, and gitignore for 2 eclipse feature proj
ca2703c is described below

commit ca2703ced9e4890f748cd4cff6f3531172cb2977
Author: Marshall Schor <ms...@schor.com>
AuthorDate: Tue Oct 15 11:13:10 2019 -0400

    [UIMA-6126] add gitattributes, and gitignore for 2 eclipse feature proj
---
 .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