From a7e51b389e3876dbf1fa1801615ec76a5769f6d6 Mon Sep 17 00:00:00 2001 From: Curtis F Kaylor Date: Sat, 3 Feb 2018 13:39:17 -0500 Subject: [PATCH] Added file types to .gitignore and clean02.bat --- .gitignore | 7 +++++++ clean02.bat | 1 + 2 files changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 93d45a5..88a9cc7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,10 @@ */*.lst */*.prg */*.sym + +#Converted Object Files +*.asc +*.out +*.s9 +*.wav + diff --git a/clean02.bat b/clean02.bat index b78d33b..30c53f4 100644 --- a/clean02.bat +++ b/clean02.bat @@ -2,3 +2,4 @@ del *.log del *.lst del *.sym +del *.out