Merge branch 'README' into taverna-commandline-1.5
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..e617833
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+Taverna Workflow system Command Line Tool
+
+This code was previously hosted at http://taverna.googlecode.com/svn/taverna/engine/net.sf.taverna.t2.taverna-commandline/
\ No newline at end of file