# Object files
*.o
*.ko
*.obj
*.elf

# Precompiled Headers
*.gch
*.pch

# Libraries
*.lib
*.a
*.la
*.lo

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

# Executables
*.exe
*.app
*.i*86
*.x86_64
*.hex

# Debug files
*.dSYM/

# Autotools
config.*
configure
Makefile
Makefile.in
autom4te.cache/
libtool
compile
missing
aclocal.m4
depcomp
ltmain.sh
install-sh
stamp-h1
ylwrap

m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
m4/pkg.m4

# Build files
.deps
.lib
.libs/
.dirstamp

# eclipse project files
.cproject
.project
.settings/

# binaries
examples/spr-round/spr-round
examples/rf-distance/rf-distance
examples/consensus/consensus



