# build files
*.[ao]
*.pyc

# generated by configure
autom4te.cache
config.h
config.status
config.log
stamp-h1
/Makefile
src/**/Makefile
tools/**/Makefile
/version

# genereted by premake
src/examples/gc_no_raii/build

# build directories
.deps
.dirstamp
bin
lib
include
share
*.class

# src executables, for lib and bin
src/driver/cc1
src/driver/cfa
src/driver/cfa-cpp

src/prelude/bootloader.c
src/prelude/builtins.cf
src/prelude/extras.cf
src/prelude/gcc-builtins.cf
src/prelude/gcc-builtins.c
src/prelude/prelude.cf
src/libcfa/libcfa-prelude.c

# generated by bison and lex from parser.yy and lex.ll
src/Parser/parser.output
src/Parser/lex.cc
src/Parser/parser.cc
src/Parser/parser.h
src/Parser/parser.hh

tools/prettyprinter/parser.output
tools/prettyprinter/lex.cc
tools/prettyprinter/parser.cc
tools/prettyprinter/parser.h
tools/prettyprinter/parser.hh
tools/prettyprinter/pretty
tools/pretty
tools/catchsig
tools/repeat

# generated by xfig for user manual
doc/user/Cdecl.tex
doc/user/pointer1.tex
doc/user/pointer2.tex
doc/user/EHMHierarchy.tex
