aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn B. Wyatt IV <[email protected]>2024-09-19 15:56:24 -0400
committerShuah Khan <[email protected]>2024-09-23 09:06:03 -0600
commit6c56fb4434f59df9c777eded5f77cc812882cef3 (patch)
treef4771e4b893b8322399d8e26039270569dfeeb6e
parent313312c84b42d7b8ee1fb03ab30befc2bd0db211 (diff)
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 <[email protected]> Signed-off-by: John B. Wyatt IV <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
-rw-r--r--tools/power/cpupower/bindings/python/.gitignore3
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