From aecb04c7ac9803829d6f3415d375ad1f29e7ec5a Mon Sep 17 00:00:00 2001 From: eidheim Date: Thu, 26 Nov 2015 14:31:20 +0100 Subject: [PATCH] Added .gitignore. --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e9ac6b0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# https://github.com/github/gitignore/blob/master/CMake.gitignore +CMakeCache.txt +CMakeFiles +CMakeScripts +Makefile +cmake_install.cmake +install_manifest.txt +*.cmake +#Additions to https://github.com/github/gitignore/blob/master/CMake.gitignore +Testing +compile_commands.json + +# executables +http_examples +https_examples +parse_test \ No newline at end of file