diff options
author | Matthew Holt <[email protected]> | 2015-06-11 23:17:11 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2015-06-11 23:17:11 -0600 |
commit | f36d9bfa2a827472715db0b8c542a5a553ae2b31 (patch) | |
tree | 243e507f487b8a979031ea1ef003e85b6a41763b /.gitignore | |
parent | 0f9d26829c266371738d493bb0f93bd1f0fe8900 (diff) | |
download | caddy-f36d9bfa2a827472715db0b8c542a5a553ae2b31.tar.gz caddy-f36d9bfa2a827472715db0b8c542a5a553ae2b31.zip |
Add dist/release build script and licenses
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 6e244d14a..3f87b8fb2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,9 @@ Thumbs.db _gitignore/ Vagrantfile .vagrant/ -dist/ + +dist/builds/ +dist/release/ error.log access.log |