scc

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

commit e47976d5f8a1eb13b75a74b8bd7b34c8fdf1648d
parent d3960dec0c54014b6a7072a7646d35ee7cb86533
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Fri, 18 Jul 2014 14:51:18 +0200

Update gitignore files

Diffstat:
M.gitignore | 2+-
Mcc1/.gitignore | 3---
Acc2/.gitignore | 1+
Alib/.gitignore | 1+
4 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,2 +1,2 @@ *.o -*.a +build.sh diff --git a/cc1/.gitignore b/cc1/.gitignore @@ -1,4 +1 @@ -*.o -makefile cc1 -TODO diff --git a/cc2/.gitignore b/cc2/.gitignore @@ -0,0 +1 @@ +cc2 diff --git a/lib/.gitignore b/lib/.gitignore @@ -0,0 +1 @@ +libcc.a