diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 83d3eaaec..cb520408f 100644 --- a/.gitignore +++ b/.gitignore @@ -111,6 +111,11 @@ Server/cuberite_api.lua Server/official_undocumented.lua Server/NewlyUndocumented.lua Server/.luacheckrc +compile_commands.json # compile.sh folder build-cuberite + +# clang-tidy +tidy-build +run-clang-tidy.py |