ignore and clean fcgi.sock

This commit is contained in:
Omar Polo 2023-06-09 10:51:24 +00:00
parent fe7cdaa479
commit d273c0648d
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -30,6 +30,7 @@ regress/*.csr
regress/*.srl
regress/reg.conf
regress/fcgi-test
regress/fcgi.sock
regress/fill-file
regress/iri_test
regress/puny-test

View File

@ -91,7 +91,7 @@ clean:
rm -f localhost.cert.pem localhost.key.pem
rm -f testca.* valid.csr valid.key valid.crt invalid.*pem
rm -rf testdata fill-file puny-test fcgi-test
rm -f gmid.pid
rm -f gmid.pid fcgi.sock
testdata: fill-file
mkdir testdata