Added ignore for OpenSSL

This is to stop buildbot from wiping out the openssl dir when switching.
This commit is contained in:
Nick Bolton 2015-03-20 14:06:48 +00:00
parent 14241362ca
commit 3b44f9d6c5
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@ config.h
/ext/cryptopp562 /ext/cryptopp562
/ext/gmock-1.6.0 /ext/gmock-1.6.0
/ext/gtest-1.6.0 /ext/gtest-1.6.0
/ext/openssl
/src/gui/Makefile* /src/gui/Makefile*
/src/gui/object_script* /src/gui/object_script*
/src/gui/tmp /src/gui/tmp