From d93daaae282c2888661ec06b41ce6a967bbaad26 Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Fri, 27 Jun 2014 15:50:13 -0600 Subject: [PATCH] Initial commit --- .gitignore | 23 +++++++++++++++++++++++ README.md | 4 ++++ 2 files changed, 27 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..4d40434d --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# Object files +*.o +*.ko +*.obj +*.elf + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex diff --git a/README.md b/README.md new file mode 100644 index 00000000..519f6362 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +wolfssl-examples +================ + +Example applications using the CyaSSL lightweight SSL/TLS library