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