24 lines
279 B
Plaintext
24 lines
279 B
Plaintext
################################
|
|
## White list based gitignore ##
|
|
################################
|
|
|
|
# forbidden
|
|
*
|
|
.*
|
|
|
|
# allowed
|
|
!.gitignore
|
|
!.gitattributes
|
|
!.gitea/
|
|
!.gitea/issue_template/
|
|
!.gitea/workflows/
|
|
!*.yaml
|
|
!Makefile
|
|
!CMakeLists.txt
|
|
!h[0-8]/
|
|
!*.m
|
|
!*.c
|
|
!*.cpp
|
|
!*.h
|
|
!*.md
|