c/.gitignore

12 lines
136 B
Plaintext
Raw Permalink Normal View History

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