From 4a63a0262cbc3e32062e936d9541ca325e252bb5 Mon Sep 17 00:00:00 2001 From: e507802 Date: Wed, 29 May 2019 16:03:56 +0200 Subject: [PATCH] make IT text files for IT tests checkout with correct line endings on windows (to create correct hash in DigestIT.java) also hide project files of a modern IDE ;) --- .gitattributes | 3 +++ .gitignore | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..eab01fc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.txt eol=lf +*#txt eol=lf +*.sh eol=lf diff --git a/.gitignore b/.gitignore index 7034578..9915552 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /*/target/ /target/ core/src/main/java/com/threerings/getdown/data/Build.java +*.iml