autopsy-flatpak/.gitattributes
2023-05-18 11:36:32 -04:00

25 lines
831 B
Plaintext

*.java text diff=java
*.txt text
*.sh eol=lf
*.mf text
*.xml text
*.form text
*.properties text
*.properties-MERGED text
*.html text diff=html
*.dox text
Doxyfile text
*.py text diff=python
*.pl text
# ensure solr scripts that are bash scripts not ending with.sh are lf instead of crlf
/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
# 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