diff options
author | Matthew Holt <mholt@users.noreply.github.com> | 2020-12-02 13:48:13 -0700 |
---|---|---|
committer | Matthew Holt <mholt@users.noreply.github.com> | 2020-12-02 13:48:13 -0700 |
commit | aca7ef0d4cb2b31325515b75c664baa607668c60 (patch) | |
tree | b1018fc63a9e81006d60708235992bffefd9fefb | |
parent | 792fca40f18b7c528b00a7dea508bdfd0821dd8c (diff) |
Add setcap script to gitignore
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,9 +7,10 @@ Caddyfile *.prof *.test -# build artifacts +# build artifacts and helpers cmd/caddy/caddy cmd/caddy/caddy.exe +cmd/caddy/setcap* # mac specific .DS_Store |