31 lines
305 B
Plaintext
Raw Normal View History

2022-04-07 18:46:57 +02:00
# 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/