diff options
author | Prarit Bhargava <prarit@redhat.com> | 2017-11-01 20:48:32 -0400 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2017-11-09 10:52:22 -0700 |
commit | 69b6f8a9b7961efd7dcc11ab9b1d5be55ed8a15e (patch) | |
tree | 924aaa87ae976f792bbebab110f75049a748af72 /tools/power | |
parent | d4dbfa4bb4c624636eeef9efc6d87c4b7bf2c611 (diff) | |
download | linux-69b6f8a9b7961efd7dcc11ab9b1d5be55ed8a15e.tar.gz linux-69b6f8a9b7961efd7dcc11ab9b1d5be55ed8a15e.tar.bz2 linux-69b6f8a9b7961efd7dcc11ab9b1d5be55ed8a15e.zip |
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>
Diffstat (limited to 'tools/power')
-rw-r--r-- | tools/power/cpupower/.gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/power/cpupower/.gitignore b/tools/power/cpupower/.gitignore index d42073f12609..1f9977cc609c 100644 --- a/tools/power/cpupower/.gitignore +++ b/tools/power/cpupower/.gitignore @@ -1,7 +1,6 @@ .libs libcpupower.so -libcpupower.so.0 -libcpupower.so.0.0.0 +libcpupower.so.* build/ccdv cpufreq-info cpufreq-set |