Re: [PATCH v2] scripts/gdb: add constants.py to .gitignore

2016-06-21 Thread Kieran Bingham
On 21/06/16 22:34, Omar Sandoval wrote: > $ git status > On branch master > Untracked files: > (use "git add ..." to include in what will be committed) > > asdf > > nothing added to commit but untracked files present (use "git add" to track) > > > tools/thermal/tmon/.gitignore als

Re: [PATCH v2] scripts/gdb: add constants.py to .gitignore

2016-06-21 Thread Omar Sandoval
On Tue, Jun 21, 2016 at 11:03:39PM +0100, Kieran Bingham wrote: > On 21/06/16 22:34, Omar Sandoval wrote: > > $ git status > > On branch master > > Untracked files: > > (use "git add ..." to include in what will be committed) > > > > asdf > > > > nothing added to commit but untracked fi

Re: [PATCH v2] scripts/gdb: add constants.py to .gitignore

2016-06-21 Thread Omar Sandoval
On Tue, Jun 21, 2016 at 10:20:14PM +0100, Kieran Bingham wrote: > On 21/06/16 22:11, Omar Sandoval wrote: > > From: Omar Sandoval > > > > Since scripts/gdb/linux/constants.py is autogenerated, this should have > > been added to .gitignore when it was introduced. > > > > Fixes: f197d75fcad1 ("scr

Re: [PATCH v2] scripts/gdb: add constants.py to .gitignore

2016-06-21 Thread Kieran Bingham
On 21/06/16 22:11, Omar Sandoval wrote: > From: Omar Sandoval > > Since scripts/gdb/linux/constants.py is autogenerated, this should have > been added to .gitignore when it was introduced. > > Fixes: f197d75fcad1 ("scripts/gdb: provide linux constants") > Signed-off-by: Omar Sandoval > --- > Th

[PATCH v2] scripts/gdb: add constants.py to .gitignore

2016-06-21 Thread Omar Sandoval
From: Omar Sandoval Since scripts/gdb/linux/constants.py is autogenerated, this should have been added to .gitignore when it was introduced. Fixes: f197d75fcad1 ("scripts/gdb: provide linux constants") Signed-off-by: Omar Sandoval --- Thanks, Kieran, I totally missed the comment in top-level .g