From 7e453c2c815c293cfa76989857556a93fa4f5d43 Mon Sep 17 00:00:00 2001 From: gered Date: Mon, 23 Dec 2024 16:55:40 -0500 Subject: [PATCH] gitignore VBCC intermediate assembly output from compiled C sources --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index acdaeb9..ca9bbf1 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,9 @@ C256Mgr/__pycache__/ *.idb *.pdb +# VBCC intermediate assembly output (via -k option) +src/**/*.asm + # Build results src/foenixmcp.s68 src/mapfile