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