From: Prarit Bhargava <[email protected]> Add a .gitignore file for build include/ and final binary.
Signed-off-by: Prarit Bhargava <[email protected]> Acked-by: Rafael J. Wysocki <[email protected]> Acked-by: Srinivas Pandruvada <[email protected]> Cc: Srinivas Pandruvada <[email protected]> Cc: Andy Shevchenko <[email protected]> Cc: David Arcari <[email protected]> --- 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.17.2

