diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..e9ac6b0c --- /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