diff options
author | John B. Wyatt IV <jwyatt@redhat.com> | 2024-09-19 21:56:24 +0200 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2024-09-23 17:06:03 +0200 |
commit | 6c56fb4434f59df9c777eded5f77cc812882cef3 (patch) | |
tree | f4771e4b893b8322399d8e26039270569dfeeb6e /tools/power/cpupower | |
parent | pm: cpupower: rename raw_pylibcpupower.i (diff) | |
download | linux-6c56fb4434f59df9c777eded5f77cc812882cef3.tar.xz linux-6c56fb4434f59df9c777eded5f77cc812882cef3.zip |
pm: cpupower: Clean up bindings gitignore
Add SPDX identifier to the gitignore. Remove the comment and .i file
since the file it references was removed in another patch. This patch
depends on Min-Hua Chen's 'pm: cpupower: rename raw_pylibcpupower.i'.
Signed-off-by: John B. Wyatt IV <jwyatt@redhat.com>
Signed-off-by: John B. Wyatt IV <sageofredondo@gmail.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/power/cpupower')
-rw-r--r-- | tools/power/cpupower/bindings/python/.gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/power/cpupower/bindings/python/.gitignore b/tools/power/cpupower/bindings/python/.gitignore index 5c9a1f0212dd..51cbb8799c44 100644 --- a/tools/power/cpupower/bindings/python/.gitignore +++ b/tools/power/cpupower/bindings/python/.gitignore @@ -1,8 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0-only __pycache__/ raw_pylibcpupower_wrap.c *.o *.so *.py !test_raw_pylibcpupower.py -# git keeps ignoring this file, use git add -f raw_libcpupower.i -!raw_pylibcpupower.i |