# build files
*.[ao]

# generated by configure
autom4te.cache
config.h
config.status
config.log
stamp-h1
Makefile
driver/Makefile
libcfa/Makefile
src/Makefile

# genereted by premake
src/examples/gc_no_raii/build

# build directories
.deps
.dirstamp
bin
lib
include

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

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

# generated by bison and lex from cfa.yy and lex.ll, respectively
src/Parser/parser.output

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