Files
nntpchan/.gitignore
T
2016-02-15 15:54:43 +01:00

31 lines
249 B
Plaintext

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