Ignore *.tmp files, which are temporary files Godot creates

These are temporary files Godot engine creates, which are supposed to be automatically removed, but there can be issues which prevent them from being removed.

Although these not being removed is an issue with the engine which may be fixed in the future, I think it would still be a good idea to add them here, in case a different issue occurs that causes them to not be removed.

Here is a current issue for this, but in searching I found that there have been other related issues in the past which caused .tmp files to show up. Thus, I think it's a good idea to just add them in here:

https://github.com/godotengine/godot/issues/82270
This commit is contained in:
Zshandi Krahn 2024-02-23 09:04:07 -08:00 committed by GitHub
parent 4488915eec
commit 50e5714bc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
.import/
export.cfg
export_presets.cfg
*.tmp
# Imported translations (automatically generated from CSV files)
*.translation