6c56fb4434
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>
8 lines
119 B
Plaintext
8 lines
119 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
__pycache__/
|
|
raw_pylibcpupower_wrap.c
|
|
*.o
|
|
*.so
|
|
*.py
|
|
!test_raw_pylibcpupower.py
|