.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 2022-05-10 12:55:22 -05:00 committed by Adrian Perez
parent a1890354e5
commit 60e39e0929
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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