Files
nntpchan/.gitignore
T
2016-03-25 09:48:19 -04:00

33 lines
269 B
Plaintext

#
# .gitignore for nntpchan repo
#
# emacs temp files
*~
\#*
.\#*
# srnd config files
srnd.ini
feeds.ini
# default article store directory
articles
# generated files
webroot
# built binaries
go
srndv2
# private key
*.key
# certificates
certs
rebuild.sh
vendor