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:
parent
4488915eec
commit
50e5714bc4
@ -5,6 +5,7 @@
|
|||||||
.import/
|
.import/
|
||||||
export.cfg
|
export.cfg
|
||||||
export_presets.cfg
|
export_presets.cfg
|
||||||
|
*.tmp
|
||||||
|
|
||||||
# Imported translations (automatically generated from CSV files)
|
# Imported translations (automatically generated from CSV files)
|
||||||
*.translation
|
*.translation
|
||||||
|
Loading…
Reference in New Issue
Block a user