scc

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

.gitignore (242B)


      1 *.o
      2 *.a
      3 bin/
      4 cc1/cc1-*
      5 cc1/tests/test.log
      6 cc2/cc2-*
      7 cc2/error.h
      8 as/as-*
      9 driver/posix/scc
     10 makefile
     11 instbl.c
     12 config.mk
     13 inc/ldflags.h
     14 inc/sysincludes.h
     15 inc/syslibs.h
     16 driver/posix/config.h
     17 driver/posix/scpp
     18 rootdir/
     19 ar/ar-*
     20 nm/nm
     21 objdump/objdump