diff options
author | Brent Cook <busterb@gmail.com> | 2015-05-02 01:40:33 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2015-05-23 19:27:57 -0500 |
commit | 769d58e4946b35976c4da2ab54c56f6430a45d89 (patch) | |
tree | 5ff27229f208de7077c9e8f9894c32a1ef8f6f1f /.gitignore | |
parent | d3771a41cb106c945e0f538073d0a6e7b35d145b (diff) | |
download | portable-769d58e4946b35976c4da2ab54c56f6430a45d89.tar.gz portable-769d58e4946b35976c4da2ab54c56f6430a45d89.tar.bz2 portable-769d58e4946b35976c4da2ab54c56f6430a45d89.zip |
further refactoring, working libtls-standalone
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -122,7 +122,11 @@ include/openssl/*.he | |||
122 | /libtls-standalone/include/*.h | 122 | /libtls-standalone/include/*.h |
123 | /libtls-standalone/src/*.c | 123 | /libtls-standalone/src/*.c |
124 | /libtls-standalone/src/*.h | 124 | /libtls-standalone/src/*.h |
125 | /libtls-standalone/src/compat | 125 | /libtls-standalone/src |
126 | /libtls-standalone/compat | ||
127 | !/libtls-standalone/compat/Makefile.am | ||
128 | /libtls-standalone/VERSION | ||
129 | /libtls-standalone/m4 | ||
126 | 130 | ||
127 | openbsd/ | 131 | openbsd/ |
128 | 132 | ||