Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1674944 > unrolled thread
| Started by | Shuah Khan <shuahkh@osg.samsung.com> |
|---|---|
| First post | 2017-06-26 19:00 +0200 |
| Last post | 2017-06-26 19:00 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] selftests: intel_pstate: add .gitignore Shuah Khan <shuahkh@osg.samsung.com> - 2017-06-26 19:00 +0200
| From | Shuah Khan <shuahkh@osg.samsung.com> |
|---|---|
| Date | 2017-06-26 19:00 +0200 |
| Subject | [PATCH] selftests: intel_pstate: add .gitignore |
| Message-ID | <tWFwK-4Os-13@gated-at.bofh.it> |
Add .gitignore for generated files. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com> --- tools/testing/selftests/intel_pstate/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/testing/selftests/intel_pstate/.gitignore diff --git a/tools/testing/selftests/intel_pstate/.gitignore b/tools/testing/selftests/intel_pstate/.gitignore new file mode 100644 index 000000000000..3bfcbae5fa13 --- /dev/null +++ b/tools/testing/selftests/intel_pstate/.gitignore @@ -0,0 +1,2 @@ +aperf +msr -- 2.11.0
Back to top | Article view | linux.kernel
csiph-web