Initial commit: add README.md and .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d11829c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+.classpath
+.project
+.settings/
+target/
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..cd2c351
--- /dev/null
+++ b/README.md
@@ -0,0 +1 @@
+Aries Containers - this repository contains API and implementations of the Apache Aries Container Management subcomponent.