32 lines
359 B
Plaintext
32 lines
359 B
Plaintext
|
*
|
||
|
|
||
|
!.github
|
||
|
!.github/**
|
||
|
|
||
|
!doc
|
||
|
!doc/**/
|
||
|
!doc/**/*.md
|
||
|
|
||
|
!include
|
||
|
!include/**/
|
||
|
!include/**/*.h
|
||
|
!include/**/*.hh
|
||
|
|
||
|
!src
|
||
|
!src/**/
|
||
|
!src/*/**/*.c
|
||
|
!src/*/**/*.cc
|
||
|
!src/*/**/*.h
|
||
|
!src/*/**/*.hh
|
||
|
!src/*/proj.txt
|
||
|
!src/lsproj.cc
|
||
|
|
||
|
!scripts
|
||
|
!scripts/common.mak
|
||
|
!scripts/install.bat
|
||
|
!scripts/uninstall.bat
|
||
|
|
||
|
!LICENSE
|
||
|
!Makefile
|
||
|
!README.md
|
||
|
!.gitignore
|