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
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -7,9 +7,10 @@ Caddyfile
*.prof *.prof
*.test *.test
# build artifacts # build artifacts and helpers
cmd/caddy/caddy cmd/caddy/caddy
cmd/caddy/caddy.exe cmd/caddy/caddy.exe
cmd/caddy/setcap*
# mac specific # mac specific
.DS_Store .DS_Store