From 6f61c4f12ec9c0f958fed51e2fc4c1e9f8453919 Mon Sep 17 00:00:00 2001 From: Patrick Gotthard Date: Sat, 5 Mar 2016 02:00:13 +0100 Subject: [PATCH] Added configuration for line endings --- .gitattributes | 2 ++ rome-osgi-test/.gitignore | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 .gitattributes create mode 100644 rome-osgi-test/.gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4cab1f4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto diff --git a/rome-osgi-test/.gitignore b/rome-osgi-test/.gitignore new file mode 100644 index 0000000..8bd3a05 --- /dev/null +++ b/rome-osgi-test/.gitignore @@ -0,0 +1,4 @@ +/target/ +/.settings/ +/.classpath +/.project