31 lines
305 B
Plaintext
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/
|