diff options
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | Makefile | 1 | 
2 files changed, 4 insertions, 0 deletions
| 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 @@ -53,4 +53,5 @@ webclean:  	rm -f $(SOURCE_OSML)  	rm -rf ontology www-src  	rm -f Makefile +	rm -f .gitignore | 
