From f5e9eb92b7863f3eca707333406927fe68a14a23 Mon Sep 17 00:00:00 2001 From: dpethes Date: Mon, 30 Jan 2017 20:14:01 +0100 Subject: [PATCH] move licence, update .hgignore --- .hgignore | 4 ++++ hob_display/COPYING => COPYING | 0 2 files changed, 4 insertions(+) rename hob_display/COPYING => COPYING (100%) diff --git a/.hgignore b/.hgignore index d3e9f2f..b7cdcec 100644 --- a/.hgignore +++ b/.hgignore @@ -9,6 +9,7 @@ syntax: glob *.s *.res *.bat +*.bak *.obj *.hob *.hmt @@ -18,3 +19,6 @@ syntax: glob *.tex *.pgm *.png +*.pnm +*.tga +*.raw \ No newline at end of file diff --git a/hob_display/COPYING b/COPYING similarity index 100% rename from hob_display/COPYING rename to COPYING