From 241c43b2c9fd129f8b78164ad7983484fccf5e79 Mon Sep 17 00:00:00 2001 From: Greg DiCristofaro Date: Thu, 18 May 2023 11:36:32 -0400 Subject: [PATCH] eol for netbeans plat properties and xml --- .gitattributes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 8749e5dadb..41efd15f5d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,4 +18,8 @@ Doxyfile text /KeywordSearch/solr/bin/autopsy-solr eol=lf /KeywordSearch/solr/bin/init.d/solr eol=lf /KeywordSearch/solr/bin/post eol=lf -/KeywordSearch/solr/bin/solr eol=lf \ No newline at end of file +/KeywordSearch/solr/bin/solr eol=lf + +# ensure properties files and xml files in the platform don't get changed during the build +/netbeans-plat/15/**/*.properties eol=lf +/netbeans-plat/15/**/*.xml eol=lf \ No newline at end of file