浏览代码

tools/power/cpupower: add libcpupower.so.0.0.1 to .gitignore

Commit ac5a181d065d ("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>
Prarit Bhargava 7 年之前
父节点
当前提交
69b6f8a9b7
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      tools/power/cpupower/.gitignore

+ 1 - 2
tools/power/cpupower/.gitignore

@@ -1,7 +1,6 @@
 .libs
 .libs
 libcpupower.so
 libcpupower.so
-libcpupower.so.0
-libcpupower.so.0.0.0
+libcpupower.so.*
 build/ccdv
 build/ccdv
 cpufreq-info
 cpufreq-info
 cpufreq-set
 cpufreq-set