# Eclipse workspace data
.metadata/
**/.settings
**/.cproject
**/.project
**/Debug
**/Debug*
**/Release
**/Release*

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

# Compiled Dynamic libraries
*.so
*.dylib

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

# Compiled out files
*.out

# vim backup and swap files
*~
*.swp
.ycm_extra_conf.py*

bin/*
bin-release/*
bin-debug/*
lib/*
lib-release/*
lib-debug/*
doc/*
**/bin
**/bin-release
**/bin-debug
**/doc
**/obj
**/obj-release
**/obj-debug
**/lib
**/lib-release
**/lib-debug
**/test-bin
**/test-bin-release
**/test-bin-debug
**/test-obj
**/test-obj-release
**/test-obj-debug

**/CppUnitTestResults.xml