Add setcap script to gitignore

This commit is contained in:
Matthew Holt 2020-12-02 13:48:13 -07:00
parent 792fca40f1
commit aca7ef0d4c
No known key found for this signature in database
GPG Key ID: 2A349DD577D586A5

3
.gitignore vendored
View File

@ -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