# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

# eclipse settings
.cproject
.settings
.project

# python generated files
*.pyc

# waf generated stuff
.waf*
.lock-waf*
__build__

# ibex generated obj
lib
include
share
bin
doc/_build

*~

# files in examples
**/examples/*
!**/examples/*cpp
!**/examples/makefile

