pass-lang/.gitignore

17 lines
172 B
Plaintext

*
!*/
# source code
!/src/**/*.c
!/src/**/*.h
# documentation
!/docs/**/*.md
# top-level configuration
!/.editorconfig
!/.gitignore
!/LICENSE.txt
!/Makefile
!/README.md