From af115a26f4f7985d7677003dff463dbf60600cf3 Mon Sep 17 00:00:00 2001 From: dpethes Date: Thu, 9 Oct 2014 22:31:22 +0200 Subject: [PATCH] add .hgignore --- .hgignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..d2b5a70 --- /dev/null +++ b/.hgignore @@ -0,0 +1,10 @@ +syntax: glob +*.exe +*.o +*.ppu +*.a +*.compiled +*.lps +*.s +*.res +*.bat \ No newline at end of file