Exclusion update
This commit is contained in:
parent
6748baf965
commit
4f8393cd12
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,8 +1,11 @@
|
|||
# Ignore C exutable files and C libraries
|
||||
# Ignore C executable files and C libraries
|
||||
**
|
||||
!**.*
|
||||
/MISAKA.c
|
||||
!**/
|
||||
.**/
|
||||
!.gitignore
|
||||
!**/.gitignore
|
||||
TP_LPro_Vision/*
|
||||
**.so
|
||||
!**/Makefile
|
||||
|
|
Loading…
Reference in a new issue