scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit 680f022d8d445105d7164cf9e45925e62c8458d3
parent d87a1d544adb42f714c44cea228662f7ff40b4b5
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Fri, 29 Sep 2017 20:40:54 +0200

Add gitignore file

Diffstat:
A.gitignore | 19+++++++++++++++++++
1 file changed, 19 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -0,0 +1,19 @@ +*.o +*.a +bin/ +cc1/cc1-* +cc1/tests/test.log +cc2/cc2-* +cc2/error.h +as/as-* +driver/posix/scc +makefile +instbl.c +config.mk +inc/ldflags.h +inc/sysincludes.h +inc/syslibs.h +driver/posix/config.h +driver/posix/scpp +rootdir/ +ar/ar-*