From 50194a845354546cfa0c1c7b6dce55fd60116679 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Thu, 28 Mar 2013 14:56:29 +0100 Subject: quickstart friendliness++ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- quickstart/.gitignore | 5 +++++ quickstart/README | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 quickstart/.gitignore diff --git a/quickstart/.gitignore b/quickstart/.gitignore new file mode 100644 index 0000000..e61b1b5 --- /dev/null +++ b/quickstart/.gitignore @@ -0,0 +1,5 @@ +*.html +*.rdf +*.svg + +/bigger.xsl diff --git a/quickstart/README b/quickstart/README index aabaf17..0f96609 100644 --- a/quickstart/README +++ b/quickstart/README @@ -1 +1,6 @@ The "ontogen" symlink mimics the git submodule within consuming repo. + +When using this subdir as a start point for a new project, follow this: + +$ rm -rf ontogen +$ git submodule add git://fedorapeople.org/home/fedora/jpokorny/public_git/ontogen.git -- cgit