From 8c87cf5b37aa88405c6e12e4c543b9475c76145b Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Wed, 30 Jun 2021 01:44:45 +0100 Subject: [PATCH] fix typo in .gitignore (.directory) Git is picking up my systems .directory files. They are not part of this project's code base. I accidently put /.directory in a previous commit instead of .directory. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0b1df27..c4b839e 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,4 @@ *.wx64fsl *.wx32fsl -/.directory +*.directory