ppc-lang/.gitignore

37 lines
408 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
!src/ls*.cc
2022-09-19 07:34:19 +00:00
!scripts
!scripts/common.mak
!scripts/ls.mak
2022-09-19 07:34:19 +00:00
!scripts/install.bat
!scripts/uninstall.bat
2023-01-27 15:08:30 +00:00
!deps
!deps/*
2022-09-19 07:34:19 +00:00
!LICENSE
2023-01-19 17:13:28 +00:00
!CONTRIBUTING.md
2022-09-19 07:34:19 +00:00
!Makefile
!README.md
2023-01-20 14:46:11 +00:00
!.gitignore
!.clang-format