On 14/12/17 00:25, Kieran Bingham wrote: > From: Kieran Bingham <kieran@xxxxxxxxxxx> Ahem - Please excuse that person - he's not meant to be working. > From: Kieran Bingham <kieran.bingham+renesas@xxxxxxxxxxxxxxxx> This guy is. One day I'll acknowledge that my e-mail aliasing is completely overcomplicated. -- George (Must be one of my other alter-egos) > > Provide an initial .gitignore file to hide python related > files that may be created in an active workspace > > Signed-off-by: Kieran Bingham <kieran.bingham+renesas@xxxxxxxxxxxxxxxx> > --- > .gitignore | 4 ++++ > 1 file changed, 4 insertions(+) > create mode 100644 .gitignore > > diff --git a/.gitignore b/.gitignore > new file mode 100644 > index 000000000000..8df6f4ad55ab > --- /dev/null > +++ b/.gitignore > @@ -0,0 +1,4 @@ > +*.log > +*.swp > +*.pyc > +__pycache__ >