diff options
author | Prarit Bhargava | 2019-07-10 19:23:00 +0200 |
---|---|---|
committer | Andy Shevchenko | 2019-07-12 15:00:38 +0200 |
commit | 2b4f3dab09b3a2853c49c866a383ffda8ee54a6f (patch) | |
tree | 56e9906964db68ae533cea229d29190ddf704e18 /tools/power/x86 | |
parent | platform/x86: mlx-platform: Fix error handling in mlxplat_init() (diff) | |
download | kernel-qcow2-linux-2b4f3dab09b3a2853c49c866a383ffda8ee54a6f.tar.gz kernel-qcow2-linux-2b4f3dab09b3a2853c49c866a383ffda8ee54a6f.tar.xz kernel-qcow2-linux-2b4f3dab09b3a2853c49c866a383ffda8ee54a6f.zip |
tools/power/x86/intel-speed-select: Add .gitignore file
Add a .gitignore file for build include/ and final binary.
Signed-off-by: Prarit Bhargava <prarit@redhat.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Cc: Andy Shevchenko <andy.shevchenko@gmail.com>
Cc: David Arcari <darcari@redhat.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'tools/power/x86')
-rw-r--r-- | tools/power/x86/intel-speed-select/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
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 |