From 8a6be2a5d75cead104532ac9c2878d7edeb52463 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Sat, 6 Aug 2022 19:14:45 -0400 Subject: [PATCH] update .gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 4ed0e503..ac1cba28 100644 --- a/.gitignore +++ b/.gitignore @@ -167,6 +167,7 @@ PHP/Website/Include/Configuration.inc.php # Do not pull in various files used as test cases for certain DataFormats (these can be quite huge) Tests/* +Samples/* # Do not pull in the NSIS setup output file (setup.exe) CSharp/Setup/setup.exe @@ -184,3 +185,7 @@ RemoteSystemsTempFiles .vs mono_crash.*.blob mono_crash.*.json + + +# Geany (?) crap +.#*.*