Ignore Godot log files that sometimes get saved in doc/tools when running scripts from here

This commit is contained in:
Marc Gilleron 2021-01-21 20:05:53 +00:00
parent ce198c2670
commit 354f0fdb0d

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
*.autosave *.autosave
*.bc *.bc
*.d *.d
*.log