pass-lang/.gitignore

14 lines
140 B
Plaintext
Raw Normal View History

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