C Gitignore update
This commit is contained in:
parent
b333918a53
commit
8461050310
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Ignore C exutable files and C libraries
|
||||
*
|
||||
!*.*
|
||||
/MISAKA.c
|
Loading…
Reference in a new issue