diff options
author | Matthew Holt <[email protected]> | 2019-07-12 10:07:11 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2019-07-12 10:07:11 -0600 |
commit | b780f0f49b191a6724b7ec54aa62a97d23977231 (patch) | |
tree | 984a9f1f816fd9a092f0bba63a38c3099c43b7b1 /.gitignore | |
parent | 2141626269201d902b736711a808098e6d175cbb (diff) | |
download | caddy-b780f0f49b191a6724b7ec54aa62a97d23977231.tar.gz caddy-b780f0f49b191a6724b7ec54aa62a97d23977231.zip |
Standardize exit codes and improve shutdown handling; update gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index daa29f7db..619344693 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ _gitignore/ +*.log +Caddyfile # artifacts from pprof tooling *.prof |