# exclude some dirs
build*
bin
tests

# versioning
version.c
.git-version

# ecut
.ecut*

# exclude generated html
*html*

# exclude Eclipse files
.cdt*
.cproject
.project
.settings
.csettings*
.ecut*
TestRunnerClient.cpp
TestRunnerClient.h

# ctags files
tags 

# exclude automake generated stuff
*.in
*~
*.swp
*.bak
configure
config
aclocal.m4
autom4te.cache
missing
depcomp
install-sh
INSTALL
COPYING
NEWS
AUTHORS
CHANGES
README

# exclude compiled stuff
*.o

# exclude archives
*.tgz
*.tar.gz
*.bgz
*.tar.bz2
