# build files
*.[ado]

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

# build directories
bin
lib

# src executables, for lib and bin
driver/cc1
driver/cfa
src/cfa-cpp
libcfa/libcfa-prelude.c

# generated by bison and lex from cfa.y and lex.l, respectively
src/Parser/cfa.output
src/Parser/cfa.tab.cc
src/Parser/cfa.tab.h
src/Parser/lex.yy.cc
