Skip to content

Commit

Permalink
cpupower tools: Update .gitignore for files created in the debug dire…
Browse files Browse the repository at this point in the history
…ctories

The files generated by the Makefiles in the debug directories aren't listed
in the .gitignore file in the root of the cpupower tool which causes these
files to show up in the output of 'git status'.

Signed-off-by: Palmer Cox <[email protected]>
Signed-off-by: Thomas Renninger <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
  • Loading branch information
Palmer Cox authored and rafaeljw committed Nov 27, 2012
1 parent 8c00bdf commit 275a4dc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tools/power/cpupower/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ utils/cpufreq-set.o
utils/cpufreq-aperf.o
cpupower
bench/cpufreq-bench
debug/kernel/Module.symvers
debug/i386/centrino-decode
debug/i386/dump_psb
debug/i386/intel_gsic
debug/i386/powernow-k8-decode
debug/x86_64/centrino-decode
debug/x86_64/powernow-k8-decode

0 comments on commit 275a4dc

Please sign in to comment.