diff options
author | Josh Triplett | 2013-08-21 02:20:19 +0200 |
---|---|---|
committer | Len Brown | 2014-01-19 04:34:10 +0100 |
commit | 7ade7f48b1ffb21387d3694f1666f488c070860d (patch) | |
tree | 8de7bf0b3c4688fc63dea4270283875087e37beb /tools | |
parent | turbostat: Clean up error handling; disambiguate error messages; use err and ... (diff) | |
download | kernel-qcow2-linux-7ade7f48b1ffb21387d3694f1666f488c070860d.tar.gz kernel-qcow2-linux-7ade7f48b1ffb21387d3694f1666f488c070860d.tar.xz kernel-qcow2-linux-7ade7f48b1ffb21387d3694f1666f488c070860d.zip |
turbostat: Add a .gitignore to ignore the compiled turbostat binary
Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/power/x86/turbostat/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/power/x86/turbostat/.gitignore b/tools/power/x86/turbostat/.gitignore new file mode 100644 index 000000000000..7521370d3568 --- /dev/null +++ b/tools/power/x86/turbostat/.gitignore @@ -0,0 +1 @@ +turbostat |