Codebase list sslscan / ece781eb-fc88-4f6f-9d1c-a5f01497b863/main .gitignore
ece781eb-fc88-4f6f-9d1c-a5f01497b863/main

Tree @ece781eb-fc88-4f6f-9d1c-a5f01497b863/main (Download .tar.gz)

.gitignore @ece781eb-fc88-4f6f-9d1c-a5f01497b863/mainraw · history · blame

# object files
*.o
*.obj

# compiled binary
sslscan
sslscan.exe

# debian build of openssl
openssl-*/
openssl_*
libcrypto*
libssl*

# custom openssl build
openssl/
.openssl.is.fresh
.openssl_mingw.is.fresh

# custom zlib build for Windows
zlib_mingw/