Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

John B. Wyatt IV and committed by
Shuah Khan
6c56fb44 313312c8

+1 -2
+1 -2
tools/power/cpupower/bindings/python/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 __pycache__/ 2 3 raw_pylibcpupower_wrap.c 3 4 *.o 4 5 *.so 5 6 *.py 6 7 !test_raw_pylibcpupower.py 7 - # git keeps ignoring this file, use git add -f raw_libcpupower.i 8 - !raw_pylibcpupower.i