| author | Antoine Toulme | 2010-08-13 18:08:27 (EDT) |
|---|---|---|
| committer | Antoine Toulme | 2010-08-13 18:08:27 (EDT) |
| commit | c807f0daa45eacf6f8df73de13da6a748a8d3181 (patch) (side-by-side diff) | |
| tree | 32bf65b877054170dde277a5796858d9ef693904 | |
| parent | 3f7933364e05dad1556cfae44c736585067ef90e (diff) | |
| download | bpmnmodeler-c807f0daa45eacf6f8df73de13da6a748a8d3181.zip bpmnmodeler-c807f0daa45eacf6f8df73de13da6a748a8d3181.tar.gz bpmnmodeler-c807f0daa45eacf6f8df73de13da6a748a8d3181.tar.bz2 | |
adding a gitattributes file to solve the line endings
| -rw-r--r-- | .gitattributes | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7b068b0 --- a/dev/null +++ b/.gitattributes @@ -0,0 +1,29 @@ +*.java text=auto +*.xml text=auto +*.pom text=auto +*.wsdl text=auto +*.WSDL text=auto +*.xsd text=auto +*.xsl text=auto +*.XSL text=auto +*.txt text=auto +*.pom text=auto +*.css text=auto +*.htm text=auto +*.html text=auto +*.css text=auto +*.sh eol=lf +*.bat eol=crlf +*.cmd eol=crlf +*.bmp -text +*.doc -text +*.jpg -text +*.gif -text +*.png -text +*.class -text +*.rtf -text +*.zip -text +*.jar -text +*.war -text +.classpath text=auto +.project text=auto |

