pass-lang/.gitignore

14 lines
140 B
Plaintext

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