]> Git Repo - J-linux.git/commitdiff
pm: cpupower: Clean up bindings gitignore
authorJohn B. Wyatt IV <[email protected]>
Thu, 19 Sep 2024 19:56:24 +0000 (15:56 -0400)
committerShuah Khan <[email protected]>
Mon, 23 Sep 2024 15:06:03 +0000 (09:06 -0600)
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]>
tools/power/cpupower/bindings/python/.gitignore

index 5c9a1f0212dd5415b3dc9783a0895d8f39f30369..51cbb8799c44c5818743d1f82734075345d6359a 100644 (file)
@@ -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
This page took 0.051573 seconds and 4 git commands to generate.