Message ID | 20190708173156.30902-1-prarit@redhat.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | tools/power/x86/intel-speed-select: Add .gitignore file | expand |
On Mon, Jul 8, 2019 at 8:32 PM Prarit Bhargava <prarit@redhat.com> wrote: > > Andy, could you please add this patch to Srinivas' intel-speed-select > patchset? Please, sent it as usual and I will add it. The series can't be modified anymore (it's published). > > Thanks, > > P. > ---8<--- > > Add a .gitignore file for build include/ and final binary. > > Signed-off-by: Prarit Bhargava <prarit@redhat.com> > Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> > Cc: Andy Shevchenko <andy.shevchenko@gmail.com> > Cc: David Arcari <darcari@redhat.com> > --- > tools/power/x86/intel-speed-select/.gitignore | 2 ++ > 1 file changed, 2 insertions(+) > create mode 100644 tools/power/x86/intel-speed-select/.gitignore > > diff --git a/tools/power/x86/intel-speed-select/.gitignore b/tools/power/x86/intel-speed-select/.gitignore > new file mode 100644 > index 000000000000..f61145925ce9 > --- /dev/null > +++ b/tools/power/x86/intel-speed-select/.gitignore > @@ -0,0 +1,2 @@ > +include/ > +intel-speed-select > -- > 2.21.0 >
diff --git a/tools/power/x86/intel-speed-select/.gitignore b/tools/power/x86/intel-speed-select/.gitignore new file mode 100644 index 000000000000..f61145925ce9 --- /dev/null +++ b/tools/power/x86/intel-speed-select/.gitignore @@ -0,0 +1,2 @@ +include/ +intel-speed-select
Andy, could you please add this patch to Srinivas' intel-speed-select patchset? Thanks, P. ---8<--- Add a .gitignore file for build include/ and final binary. Signed-off-by: Prarit Bhargava <prarit@redhat.com> Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Cc: Andy Shevchenko <andy.shevchenko@gmail.com> Cc: David Arcari <darcari@redhat.com> --- tools/power/x86/intel-speed-select/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/power/x86/intel-speed-select/.gitignore