Disabled external gits
This commit is contained in:
30
cs453-ca/CS453-2021-project/.gitignore
vendored
Normal file
30
cs453-ca/CS453-2021-project/.gitignore
vendored
Normal 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/
|
Reference in New Issue
Block a user