c/.gitignore

12 lines
136 B
Text
Raw Normal View History

2023-07-23 19:26:37 +02:00
# Ignore C executable files and C libraries
2023-01-07 16:22:09 +01:00
**
!**.*
2023-01-07 16:18:58 +01:00
/MISAKA.c
2023-01-07 17:23:09 +01:00
!**/
.**/
2023-07-23 19:26:37 +02:00
!.gitignore
!**/.gitignore
2023-01-07 17:23:09 +01:00
TP_LPro_Vision/*
2023-07-22 23:22:58 +02:00
**.so
2023-07-23 19:26:37 +02:00
!**/Makefile