Exclusion update

This commit is contained in:
F. Y. H. 2023-07-23 19:26:37 +02:00
parent 6748baf965
commit 4f8393cd12
Signed by: Alnotz
GPG key ID: B808CA1113935C00

5
.gitignore vendored
View file

@ -1,8 +1,11 @@
# Ignore C exutable files and C libraries # Ignore C executable files and C libraries
** **
!**.* !**.*
/MISAKA.c /MISAKA.c
!**/ !**/
.**/ .**/
!.gitignore
!**/.gitignore
TP_LPro_Vision/* TP_LPro_Vision/*
**.so **.so
!**/Makefile