Merge branch 'README'
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ebe0e5b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,24 @@
+# ignore project files #
+.classpath
+.project
+.settings/
+catalog-v001.xml
+
+# ignore target files #
+target/
+bin/
+build/
+dist/
+apidoc/
+*.swp
+
+# ignore svn files if there
+.svn
+
+# ignore log files #
+*.log
+/logs/*
+*/logs/*
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..04e7c3b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+Utilities for handling Baclava format used for saving input data and results of workflow runs
+
+This code was previously hosted at http://taverna.googlecode.com/svn/taverna/utils/baclava/
\ No newline at end of file