scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 4a787a3a93bf14fd3e420899b1240847911a8537
parent 23e7f0a7f0c3f96383dc74f926f02787178a2b45
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 26 Oct 2022 15:36:17 +0200

tests: Ignore generated files

Diffstat:
Atests/ld/execute/.gitignore | 1+
Atests/size/execute/.gitignore | 2++
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/tests/ld/execute/.gitignore b/tests/ld/execute/.gitignore @@ -0,0 +1 @@ +a.out diff --git a/tests/size/execute/.gitignore b/tests/size/execute/.gitignore @@ -0,0 +1,2 @@ +test.log +z80.out