tools/power/cpupower: add libcpupower.so.0.0.1 to .gitignore
Commit ac5a181d06
("cpupower: Add cpuidle parts into library") added
libcpupower.so.0.0.1 which should be hidden from git commands. This
patch changes the ignore to all libcpupower.so.* .
Signed-off-by: Prarit Bhargava <prarit@redhat.com>
Cc: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
This commit is contained in:
parent
d4dbfa4bb4
commit
69b6f8a9b7
|
@ -1,7 +1,6 @@
|
||||||
.libs
|
.libs
|
||||||
libcpupower.so
|
libcpupower.so
|
||||||
libcpupower.so.0
|
libcpupower.so.*
|
||||||
libcpupower.so.0.0.0
|
|
||||||
build/ccdv
|
build/ccdv
|
||||||
cpufreq-info
|
cpufreq-info
|
||||||
cpufreq-set
|
cpufreq-set
|
||||||
|
|
Loading…
Reference in New Issue