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
This commit is contained in:
parent
c052b849f9
commit
da1af98176
|
@ -12,3 +12,4 @@ software/include/generated/*.h
|
||||||
software/include/generated/*.ld
|
software/include/generated/*.ld
|
||||||
software/include/generated/*.mak
|
software/include/generated/*.mak
|
||||||
*.vcd
|
*.vcd
|
||||||
|
outgoing
|
||||||
|
|
Loading…
Reference in New Issue