Disabled external gits

This commit is contained in:
2022-04-07 18:46:57 +02:00
parent 88cb3426ad
commit 15e7120d6d
5316 changed files with 4563444 additions and 6 deletions

30
cs453-ca/CS453-2021-project/.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# 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/