ppc-lang/.gitignore

34 lines
394 B
Plaintext
Raw Normal View History

2022-09-19 07:34:19 +00:00
*
!.github
!.github/**
!doc
!doc/**/
!doc/**/*.md
!include
!include/**/
!include/**/*.h
!include/**/*.hh
!src
!src/**/
!src/*/**/*.c
!src/*/**/*.cc
!src/*/**/*.h
!src/*/**/*.hh
2022-10-09 11:18:38 +00:00
!src/*.proj
2022-09-19 07:34:19 +00:00
!src/lsproj.cc
!scripts
!scripts/common.mak
2022-10-04 20:45:08 +00:00
!scripts/lsproj.mak
2022-09-19 07:34:19 +00:00
!scripts/install.bat
!scripts/uninstall.bat
!LICENSE
2023-01-19 17:13:28 +00:00
!CONTRIBUTING.md
2022-09-19 07:34:19 +00:00
!Makefile
!README.md
!.gitignore