From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751051AbdAPDsV (ORCPT ); Sun, 15 Jan 2017 22:48:21 -0500 Received: from mail-pg0-f54.google.com ([74.125.83.54]:33136 "EHLO mail-pg0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750827AbdAPDsT (ORCPT ); Sun, 15 Jan 2017 22:48:19 -0500 Date: Mon, 16 Jan 2017 09:18:15 +0530 From: Viresh Kumar To: Shuah Khan Cc: Rafael Wysocki , linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Vincent Guittot , linux-kselftest@vger.kernel.org Subject: Re: [PATCH 0/4] selftest: cpufreq: Add support for cpufreq framework Message-ID: <20170116034815.GJ9953@vireshk-i7> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 13-01-17, 15:35, Shuah Khan wrote: > Could you please add .gitignore for generated files. You can > send that as a separate patch and don't have to resend the > series. Hi Shuah, > > tools/testing/selftests/Makefile | 1 + > > tools/testing/selftests/cpufreq/Makefile | 8 + > > tools/testing/selftests/cpufreq/cpu.sh | 84 ++++++++ > > tools/testing/selftests/cpufreq/cpufreq.sh | 241 ++++++++++++++++++++++ > > tools/testing/selftests/cpufreq/governor.sh | 153 ++++++++++++++ > > tools/testing/selftests/cpufreq/main.sh | 194 ++++++++++++++++++ > > tools/testing/selftests/cpufreq/module.sh | 243 +++++++++++++++++++++++ > > tools/testing/selftests/cpufreq/special-tests.sh | 115 +++++++++++ All I have are .sh files and no intermediate files are generated. Perhaps I don't need any .gitignore entries ? -- viresh