From 5fdf9ee6d5db3585471f40317de38d174235474d Mon Sep 17 00:00:00 2001 From: Rob Swindell <rob@synchro.net> Date: Sat, 3 Oct 2020 14:02:48 -0700 Subject: [PATCH] Ignore exec/*.so Would be nice to ignore exec/sbbs, addfiles, etc. too. Not yet seen a good way to do that. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ad4669580a..58bf3d0060 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,5 @@ node3 node4 *.?.cnf ctrl/recycle -exec/*.bin \ No newline at end of file +exec/*.bin +exec/*.so -- GitLab