From: Tim 'mithro' Ansell Date: Mon, 13 Apr 2015 07:32:10 +0000 (+1000) Subject: Adding outgoing directory to .gitignore X-Git-Tag: 24jan2021_ls180~2316 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da1af9817659e0d6a3245ecc9804d43752645fcd;p=litex.git 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 --- diff --git a/.gitignore b/.gitignore index 56baec5c..34f914fe 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ software/include/generated/*.h software/include/generated/*.ld software/include/generated/*.mak *.vcd +outgoing