diff options
author | Fenghua Yu <fenghua.yu@intel.com> | 2021-03-17 05:22:55 +0300 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2021-04-02 22:58:42 +0300 |
commit | 4808bf209efd586512e31590f19c1affbe56980e (patch) | |
tree | ab68c23758f8847ee697c8edd5a01f60593f689b | |
parent | 1205b688c92558a04d8dd4cbc2b213e0fceba5db (diff) | |
download | linux-4808bf209efd586512e31590f19c1affbe56980e.tar.xz |
selftests/resctrl: Create .gitignore to include resctrl_tests
Create .gitignore to hold the test file resctrl_tests generated after
compiling.
Suggested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Babu Moger <babu.moger@amd.com>
Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
-rw-r--r-- | tools/testing/selftests/resctrl/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/resctrl/.gitignore b/tools/testing/selftests/resctrl/.gitignore new file mode 100644 index 000000000000..ab68442b6bc8 --- /dev/null +++ b/tools/testing/selftests/resctrl/.gitignore @@ -0,0 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0-only +resctrl_tests |