mirror of https://github.com/caddyserver/caddy.git
Add setcap script to gitignore
This commit is contained in:
parent
792fca40f1
commit
aca7ef0d4c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue