From 4c68693db59955f5da4ec35dd0113faea3931d0b Mon Sep 17 00:00:00 2001 From: Rob Swindell <rob@synchro.net> Date: Sun, 6 Sep 2020 18:46:04 -0700 Subject: [PATCH] Ignore exec/*.bin (compiled Baja modules). --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 267e253b5a..ad4669580a 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ node3 node4 *.?.cnf ctrl/recycle +exec/*.bin \ No newline at end of file -- GitLab