From da1af9817659e0d6a3245ecc9804d43752645fcd Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Mon, 13 Apr 2015 17:32:10 +1000 Subject: [PATCH] Adding outgoing directory to .gitignore The outgoing directory is specified in the CONTRIBUTING.md instructions and the git-send-email example given at http://git-scm.com/docs/git-send-email#EXAMPLE --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 56baec5c5..34f914fe8 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ software/include/generated/*.h software/include/generated/*.ld software/include/generated/*.mak *.vcd +outgoing