diff options
| author | qarmin <mikrutrafal54@gmail.com> | 2019-07-07 23:08:51 +0200 |
|---|---|---|
| committer | qarmin <mikrutrafal54@gmail.com> | 2019-07-07 23:08:51 +0200 |
| commit | 9a77d748c0d4e1c3dceb40216b9a345073032361 (patch) | |
| tree | 3fef755e93df1df19207982deca39610d92c950f /.gitignore | |
| parent | d897131ac555de84afe9ca6845abf87c26957895 (diff) | |
| download | redot-engine-9a77d748c0d4e1c3dceb40216b9a345073032361.tar.gz | |
Fixes minor issues found by static analyzer
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7a836240b8..f43f68f25f 100644 --- a/.gitignore +++ b/.gitignore @@ -343,3 +343,5 @@ platform/windows/godot_res.res # compile commands (https://clang.llvm.org/docs/JSONCompilationDatabase.html) compile_commands.json +# Cppcheck +*.cppcheck |
