From a3ae531ce7ef722e7ce21927a93b02629ce45f69 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Sun, 3 Feb 2013 12:05:04 +0100 Subject: [PATCH] Added VC++ and cc65 file types. --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.gitignore b/.gitignore index 4fbc088a5..9fcd6dbf1 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,11 @@ *.avr-raven *.exp5438 *.mb851 +*.win32 +*.apple2enh +*.atari +*.c128 +*.c64 *.report summary *.summary @@ -54,3 +59,20 @@ contiki-cc2530dk.lib *.banks *.sensinode *.cc2530dk + +# VC++ build artifacts +*.exp +*.ilk +*.lib +*.pdb +*.prg +*.dsc + +#cc65 build artifacts +*.S +*.eth +*.dsk +*.atr +*.d64 +*.d71 +*.d81