diff options
author | Josh Triplett <josh@joshtriplett.org> | 2013-08-20 17:20:19 -0700 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2014-01-18 22:34:10 -0500 |
commit | 7ade7f48b1ffb21387d3694f1666f488c070860d (patch) | |
tree | 8de7bf0b3c4688fc63dea4270283875087e37beb /tools | |
parent | b2c95d90a799c9885661d431034b7ca733cc2660 (diff) |
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 |