From patchwork Wed Aug 6 14:27:49 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Thompson X-Patchwork-Id: 34976 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-ob0-f197.google.com (mail-ob0-f197.google.com [209.85.214.197]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id EB2F120523 for ; Wed, 6 Aug 2014 14:28:09 +0000 (UTC) Received: by mail-ob0-f197.google.com with SMTP id vb8sf10254529obc.4 for ; Wed, 06 Aug 2014 07:28:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:x-original-sender:x-original-authentication-results :precedence:mailing-list:list-id:list-post:list-help:list-archive :list-unsubscribe; bh=Eh0YDSgRgIOETiBRcAxD2yO1cJvnWwgpPQwXgcF5vuQ=; b=ATbBG5a8THxNq8N13XMPaFb0LRQY2UeqD5+lOKN/lztSO0ZWs21/xXxuWB9Oso7xul 7+H/C5R77FNQEh4+nBaS6m6u5zvIo9FYOsq2Of+M32cMteeOrRX1A6+XHGFRA+Nft/Z6 HRkuGn/M6Si5hJEnDYS7wqxg5xari2Olff7QDst0t7OZu68RFuDTRTmClw1JBFiV8Yji peCF+W+r+dXqrEOHEa8OjeziBU6KXnuoQJSBaEhFPLXihfjhXiwFZTqTJ2MyowBUG/rO lp2zVlhDwDMGhRl1uG+1Q7O72Z3IGoEkIOg74MAvyA61iuxXq+/7+BT2QY+kqKMEBXTW b6Mg== X-Gm-Message-State: ALoCoQnjxOGom5TlbJwP046C4dyWRnpel2JNB4eLRP1iAqnG5ZuHJcAcqU3CnfocM0kali2cga52 X-Received: by 10.43.1.133 with SMTP id nq5mr6536582icb.21.1407335289511; Wed, 06 Aug 2014 07:28:09 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.140.30.137 with SMTP id d9ls233465qgd.82.gmail; Wed, 06 Aug 2014 07:28:09 -0700 (PDT) X-Received: by 10.220.13.130 with SMTP id c2mr1214982vca.63.1407335289353; Wed, 06 Aug 2014 07:28:09 -0700 (PDT) Received: from mail-vc0-f177.google.com (mail-vc0-f177.google.com [209.85.220.177]) by mx.google.com with ESMTPS id yw7si514148vdb.63.2014.08.06.07.28.09 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 06 Aug 2014 07:28:09 -0700 (PDT) Received-SPF: pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.220.177 as permitted sender) client-ip=209.85.220.177; Received: by mail-vc0-f177.google.com with SMTP id hy4so4108306vcb.36 for ; Wed, 06 Aug 2014 07:28:09 -0700 (PDT) X-Received: by 10.221.5.137 with SMTP id og9mr9958912vcb.18.1407335289247; Wed, 06 Aug 2014 07:28:09 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.221.37.5 with SMTP id tc5csp29520vcb; Wed, 6 Aug 2014 07:28:08 -0700 (PDT) X-Received: by 10.180.72.234 with SMTP id g10mr32989963wiv.52.1407335288217; Wed, 06 Aug 2014 07:28:08 -0700 (PDT) Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by mx.google.com with ESMTPS id eu6si3584766wib.5.2014.08.06.07.28.07 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 06 Aug 2014 07:28:08 -0700 (PDT) Received-SPF: pass (google.com: domain of daniel.thompson@linaro.org designates 209.85.212.179 as permitted sender) client-ip=209.85.212.179; Received: by mail-wi0-f179.google.com with SMTP id f8so3294079wiw.0 for ; Wed, 06 Aug 2014 07:28:07 -0700 (PDT) X-Received: by 10.180.92.104 with SMTP id cl8mr49413437wib.43.1407335287571; Wed, 06 Aug 2014 07:28:07 -0700 (PDT) Received: from sundance.lan (cpc4-aztw19-0-0-cust157.18-1.cable.virginm.net. [82.33.25.158]) by mx.google.com with ESMTPSA id dc3sm18874780wib.9.2014.08.06.07.28.05 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 06 Aug 2014 07:28:06 -0700 (PDT) From: Daniel Thompson To: Jan Kiszka Cc: Daniel Thompson , linux-kernel@vger.kernel.org, patches@linaro.org, linaro-kernel@lists.linaro.org, Michal Marek , linux-kbuild@vger.kernel.org Subject: [PATCH gdb/scripts] scripts/gdb: Ignore byte-compiled python files Date: Wed, 6 Aug 2014 15:27:49 +0100 Message-Id: <1407335269-9533-1-git-send-email-daniel.thompson@linaro.org> X-Mailer: git-send-email 1.9.3 X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: daniel.thompson@linaro.org X-Original-Authentication-Results: mx.google.com; spf=pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.220.177 as permitted sender) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , Using the gdb scripts leaves byte-compiled python files in the scripts/ directory. These should be ignored by git and cleaned up by mrproper. Signed-off-by: Daniel Thompson Cc: Jan Kiszka Cc: Michal Marek Cc: linux-kbuild@vger.kernel.org --- Notes: Relies upon (and intended for incorporation into) Jan Kiszka's gdb/scripts patch series. .gitignore | 1 + Makefile | 2 +- scripts/gdb/linux/.gitignore | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 scripts/gdb/linux/.gitignore diff --git a/.gitignore b/.gitignore index f4c0b09..a04486e 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,7 @@ Module.symvers /TAGS /linux /vmlinux +/vmlinux-gdb.py /vmlinuz /System.map /Module.markers diff --git a/Makefile b/Makefile index 7105eb2a..a3ca8ba 100644 --- a/Makefile +++ b/Makefile @@ -1136,7 +1136,7 @@ MRPROPER_FILES += .config .config.old .version .old_version $(version_h) \ signing_key.priv signing_key.x509 x509.genkey \ extra_certificates signing_key.x509.keyid \ signing_key.x509.signer include/linux/version.h \ - vmlinux-gdb.py + vmlinux-gdb.py scripts/gdb/linux/*.py[co] # clean - Delete most, but leave enough to build external modules # diff --git a/scripts/gdb/linux/.gitignore b/scripts/gdb/linux/.gitignore new file mode 100644 index 0000000..52e4e61 --- /dev/null +++ b/scripts/gdb/linux/.gitignore @@ -0,0 +1,2 @@ +*.pyc +*.pyo