scc

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

commit 014c49820906e440c74827718f3866e88ffd8444
parent 61aee6d755efe40baee53f12242cb3199949fc8e
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Mon, 11 Dec 2017 08:28:18 +0000

Ignore test.log files

Diffstat:
M.gitignore | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -2,7 +2,7 @@ *.a bin/ cc1/cc1-* -cc1/tests/test.log +test.log cc2/cc2-* cc2/error.h as/as-*