diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..0f182a03 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.class + +# Package Files # +*.jar +*.war +*.ear diff --git a/README.md b/README.md new file mode 100644 index 00000000..6ca81067 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +xrootd4j +======== + +Implementation of the xrootd data access protocol in Java \ No newline at end of file