# Object files
*.o
*.ko

# Libraries
*.lib
*.a

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app

# Autotools
Makefile
Makefile.in
.deps
.libs
*.la
*.lo
/aclocal.m4
/configure
/config.*
/autom4te.cache
/libtool
/stamp-h1
.dirstamp
/build-aux/*

# installed .m4 files
/m4/*.m4

# blogc
/blogc

# tests
/tests/check_source_grammar
/tests/check_template_grammar
/tests/check_utils

# leg generated source
/src/source-grammar.c
/src/template-grammar.c

# tarballs
blogc-*.tar.*