diff options
author | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2021-10-20 21:35:46 +0200 |
---|---|---|
committer | Idan Horowitz <idan.horowitz@gmail.com> | 2021-10-22 19:49:28 +0300 |
commit | 7e52b6fa2464b41c5e67c57b023a9ad063eb61ca (patch) | |
tree | 4a172a811949490e24f1b687614f96c8c40e8b0e /.gitignore | |
parent | 5c04a2d4b34be9b1e1dd662d8377af926b88d863 (diff) | |
download | serenity-7e52b6fa2464b41c5e67c57b023a9ad063eb61ca.zip |
man.serenityos.org: Simplify local builds
I simply extracted the script from .github/workflows/manpages.yml,
without significant modification.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b68451ece1..e67af6a468 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ compile_commands.json .clangd .idea/ cmake-build-debug/ +output/ run-local.sh sync-local.sh .vim/ |