From 37218d8c5afad07198c14725f4a51482f5dfeba8 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 15 Mar 2015 13:09:44 +0100 Subject: * Add .gitignore file for ignoring target files generated by the Makefile * Remove .gitignore file in the webclean target --- .gitignore | 3 +++ Makefile | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9b12abc --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.xml +*.html +style/style.css diff --git a/Makefile b/Makefile index 2bd831d..e1ad72c 100644 --- a/Makefile +++ b/Makefile @@ -53,4 +53,5 @@ webclean: rm -f $(SOURCE_OSML) rm -rf ontology www-src rm -f Makefile + rm -f .gitignore -- cgit v1.2.3