33 lines
376 B
Plaintext
33 lines
376 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
|
|
!src/lsproj.cc
|
|
|
|
!scripts
|
|
!scripts/common.mak
|
|
!scripts/lsproj.mak
|
|
!scripts/install.bat
|
|
!scripts/uninstall.bat
|
|
|
|
!LICENSE
|
|
!Makefile
|
|
!README.md
|
|
!.gitignore |