1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2026-04-20 10:16:47 +00:00

Added .gitignore to cache

This commit is contained in:
Curtis F Kaylor
2018-01-28 14:39:31 -05:00
parent 57d5094228
commit 820b2605a7
+7
View File
@@ -0,0 +1,7 @@
#Files created when compiling a C02 program
*/*.asm
*/*.bin
*/*.log
*/*.lst
*/*.prg
*/*.sym