From 86d6f0487083737b0a2e306a820964be9550ab87 Mon Sep 17 00:00:00 2001 From: Godzil Date: Mon, 16 Apr 2012 23:32:18 +0200 Subject: [PATCH] Add gitignore file. --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5eb7470 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +*.cod +*.hex +*.lst +*.o +*.diff +.DS_Store +*.o65 +*.ips +*.bin +*.map +*.o.d +*.log +*.smc +*.sfc +*~ +*.old +*.elf +*.img +autoconf.h +utils/rle +utils/derle +*.bit \ No newline at end of file