# this line ignores everything
*
!/**/
# and then this 'unignores' anything with an extension
!*.*
# and we re-ignore hpp and exe files
*.hpp
*.exe
*.testbak
*.bak-*
!return_one.hpp
# Ignore temporary files created as part of compilation.
*.o
*.o.tmp
