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 d168fb0b190d12995db78a12fe5c68d253a3771c
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Wed Jun 14 16:14:02 2023 +0200

    Complete the list of files to handle as text or binary files.
---
 .gitattributes | 43 +++++++++++++++++++++++++++++--------------
 1 file changed, 29 insertions(+), 14 deletions(-)

diff --git a/.gitattributes b/.gitattributes
index 9ec5bba1c8..d1dcece07a 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -5,7 +5,7 @@
 *.idl        text
 *.java       text
 *.jsp        text
-*.prj        text
+*.lst        text
 *.properties text
 *.sql        text
 
@@ -28,17 +28,32 @@
 *.sh    text eol=lf
 *.bat   text eol=crlf
 
+# Raster data
+*.asc   text
+*.clr   text
+*.hdr   text
+*.prj   text
+*.stx   text
+
 # Denote files that are truly binary and should not be modified.
-*.bmp  binary
-*.dbf  binary
-*.gif  binary
-*.jpg  binary
-*.jpeg binary
-*.png  binary
-*.shp  binary
-*.shx  binary
-*.so   binary
-*.tif  binary
-*.tiff binary
-*.utf  binary
-*.zip  binary
+*.bmp   binary
+*.class binary
+*.dbf   binary
+*.gif   binary
+*.gsb   binary
+*.jpg   binary
+*.jpeg  binary
+*.laa   binary
+*.loa   binary
+*.png   binary
+*.raw   binary
+*.rdb   binary
+*.shp   binary
+*.shx   binary
+*.so    binary
+*.tif   binary
+*.tiff  binary
+*.utf   binary
+*.wkb   binary
+*.xcu   binary
+*.zip   binary

Reply via email to