# this line ignores everything
*
!/**/
# and then this 'unignores' anything with an extension
!*.*
# and we re-ignore hpp and exe files
*.hpp
*.exe
!return_one.hpp