.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
parent
a1890354e5
commit
60e39e0929
|
@ -1,4 +1,5 @@
|
||||||
*.sw[op]
|
*.sw[op]
|
||||||
|
/nginx-*
|
||||||
/t/*.sh
|
/t/*.sh
|
||||||
/t/*.out
|
/t/*.out
|
||||||
/t/*.err
|
/t/*.err
|
||||||
|
|
Loading…
Reference in New Issue