Added Day 3 gitignore (lazy)
This commit is contained in:
parent
dec467fc19
commit
57ddd3cb0a
1 changed files with 10 additions and 0 deletions
10
day3/.gitignore
vendored
Normal file
10
day3/.gitignore
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
*
|
||||||
|
|
||||||
|
!.gitignore
|
||||||
|
!answer*
|
||||||
|
!*.c
|
||||||
|
*.mod.c
|
||||||
|
!sample*
|
||||||
|
!README.md
|
||||||
|
!LICENSE.md
|
||||||
|
!Makefile
|
Loading…
Reference in a new issue