2022-04-07 18:46:57 +02:00

31 lines
305 B
Plaintext

# Ignore everything in this directory and subdirectories
*
# Except directories and specific files
!*/
!.gitignore
!*.md
!.placeholder
!Makefile
!*.c
!*.C
!*.cc
!*.cpp
!*.cxx
!*.c++
!*.h
!*.hh
!*.hpp
!*.hxx
!*.h++
!*.py
# And of course, we do not leak the solution proposed by the TA :)
solution/