diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index c7f0d81b..4d1a7a01 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,9 @@ config.json .vscode/settings.json -build \ No newline at end of file +build + +*.log +*.log.ansi +*.tmp +tmp/ |