You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SSLproxy/.gitignore

59 lines
843 B
Plaintext

/src/*.o
/tests/check/*.o
/src/*.dSYM
/tests/check/*.dSYM
/src/sslproxy
/tests/check/sslproxy.test
/tests/check/engine/*.dylib
/tests/check/engine/*.so
/tests/check/pki/dh*.param
/tests/check/pki/dsa.pem
/tests/check/pki/dsa.crt
/tests/check/pki/dsa.key
/tests/check/pki/dsa.param
/tests/check/pki/ec.pem
/tests/check/pki/ec.crt
/tests/check/pki/ec.key
/tests/check/pki/pwd.key
/tests/check/pki/rsa.pem
/tests/check/pki/rsa.crt
/tests/check/pki/rsa.key
/tests/check/pki/server.pem
/tests/check/pki/server.crt
/tests/check/pki/server.key
/tests/check/pki/targets/*
/extra/*.pyc
/tests/testproxy/lp/lp
/nbproject/
/tests/testproxy/lp/nbproject/
# CVS default ignores begin
tags
TAGS
.make.state
.nse_depinfo
*~
#*
.#*
,*
_$*
*$
*.old
*.bak
*.BAK
*.orig
*.rej
.del-*
*.a
*.olb
*.o
*.obj
*.so
*.exe
*.Z
*.elc
*.ln
core
# CVS default ignores end