Browse Source

.gitignore: Ignore nginx-*

After running t/build-and-run an nginx directory is left in the main
directory. Hide this from git status since we won't want to check it in.
pull/145/head
Ryan Schmidt 3 years ago committed by Adrian Perez
parent
commit
60e39e0929
  1. 1
      .gitignore

1
.gitignore vendored

@ -1,4 +1,5 @@
*.sw[op]
/nginx-*
/t/*.sh
/t/*.out
/t/*.err

Loading…
Cancel
Save