pass-lang/.gitignore

17 lines
172 B
Plaintext
Raw Permalink Normal View History

2022-09-05 23:48:56 -07:00
*
!*/
# source code
!/src/**/*.c
!/src/**/*.h
# documentation
!/docs/**/*.md
2022-09-05 23:48:56 -07:00
# top-level configuration
!/.editorconfig
!/.gitignore
!/LICENSE.txt
!/Makefile
!/README.md