From b3c7581cf9769961d667a193b75c931ef8c79510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 4 Nov 2021 15:32:51 +0100 Subject: [PATCH] Add `.gitignore` for test, ignore potential log files (cherry picked from commit 1070a29d770309be89e44f4b8dd57814882547ef) --- .gitignore | 1 + test/.gitignore | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 test/.gitignore diff --git a/.gitignore b/.gitignore index bb615725..79fcb115 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ # Misc logs/* +*.log # Binaries *.o diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 00000000..e0b51db7 --- /dev/null +++ b/test/.gitignore @@ -0,0 +1,21 @@ +# Godot 4+ specific ignores +.godot/ + +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg +# Dummy HTML5 export presets file for continuous integration +!.github/dist/export_presets.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ +mono_crash.*.json + +# System/tool-specific ignores +.directory +*~