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

desruisseaux pushed a commit to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git

commit c3cc025030c3a1a1137dd4f304d86349ae0377c2
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Mon Jun 25 19:04:15 2018 +0200

    Add a '.gitattributes' with some instruction about whether files are text 
or binary.
---
 .gitattributes | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..b9bbabf
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,22 @@
+# Convert line endings to native line endings on checkout.
+*.c          text
+*.css        text
+*.fxml       text
+*.h          text
+*.html       text
+*.idl        text
+*.java       text
+*.jsp        text
+*.prj        text
+*.properties text
+*.sh         text eol=lf
+*.txt        text
+*.xml        text
+
+# Denote files that are truly binary and should not be modified.
+*.dbf binary
+*.jpg binary
+*.png binary
+*.shp binary
+*.shx binary
+*.so  binary

Reply via email to