diff --git a/.gitignore b/.gitignore index 2476587..08ef475 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ -*~* +*~ *.bak coverage.txt -./hello -./client -./fileserver + +/hello +/client +/fileserver + +/examples/client/client +/examples/hello/gencerts diff --git a/examples/client/client b/examples/client/client deleted file mode 100755 index 1479900..0000000 Binary files a/examples/client/client and /dev/null differ diff --git a/examples/hello/gencerts b/examples/hello/gencerts deleted file mode 100755 index b38a7e5..0000000 Binary files a/examples/hello/gencerts and /dev/null differ