Add serve_header.py for rapid testing on Compiler Explorer (#3456)

This commit is contained in:
Florian Albrechtskirchinger
2022-05-01 13:52:52 +02:00
committed by GitHub
parent b21c345179
commit 0c698b75cc
7 changed files with 538 additions and 1 deletions

14
.gitignore vendored
View File

@@ -10,7 +10,14 @@
/.idea
/cmake-build-*
/.vs
/.vs/
/.vscode/
# clangd cache
/.cache/
# build directories (vscode-cmake-tools, user-defined, ...)
/build*/
/docs/mkdocs/docs/examples/
/docs/mkdocs/docs/__pycache__/
@@ -19,3 +26,8 @@
/docs/docset/JSON_for_Modern_C++.docset/
/docs/docset/JSON_for_Modern_C++.tgz
/docs/mkdocs/docs/images/json.gif
# serve_header
/serve_header.yml
/localhost.pem
/localhost-key.pem