#eclipse project files
.cproject
.project
.settings/

# History files
.Rhistory

# Crap Mac OS X Hidden Files
.DS_Store

# Example code in package build process
*-Ex.R
/Debug/

# Test project output
/testing/Output/*

# Google unit test output
gtest-*.o
libgtest.a
sw_test

# Coverage files
*.gcda
*.gcno
*.gcov
*.dSYM

# Doxygen documentation files: they should be produced locally
doc/html/*
doc/log_doxygen.log
doc/Doxyfile.bak

# Binary files
SOILWAT2
testing/SOILWAT2
libSOILWAT2*
libcovSOILWAT2*

