You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by mi...@apache.org on 2019/11/05 11:43:24 UTC

[jmeter-site] 01/01: Initial commit - add git attributes

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

milamber pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/jmeter-site.git

commit 750da7b3b2ecc139563149673ac54411dec24806
Author: Milamber <mi...@apache.org>
AuthorDate: Tue Nov 5 12:43:00 2019 +0100

    Initial commit - add git attributes
---
 .gitattributes | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..25bb951
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,14 @@
+# Auto detect text files and perform LF normalization
+*        text=auto
+
+*.java   text
+*.html   text
+*.css    text
+*.js     text
+*.sql    text
+*.q      text
+*.jmx    text
+*.svg    text
+*.cgi    text eol=lf executable
+*.png    binary
+*.pdf    binary