From 7fb7710a1bf4cb5f4c9f76aeab7994da818785da Mon Sep 17 00:00:00 2001 From: Charles Mita Date: Wed, 28 Mar 2018 14:13:18 +0100 Subject: [PATCH] Add build dir to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 377abd3..0336de6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,6 @@ *.bak *.tmp +build/ *.o *.so