From patchwork Mon Aug 10 12:33:54 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Camuso X-Patchwork-Id: 6983651 Return-Path: X-Original-To: patchwork-linux-sparse@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 74ED7C05AC for ; Mon, 10 Aug 2015 12:34:01 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A4FC120727 for ; Mon, 10 Aug 2015 12:33:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 967E72070A for ; Mon, 10 Aug 2015 12:33:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751309AbbHJMd6 (ORCPT ); Mon, 10 Aug 2015 08:33:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56830 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751112AbbHJMd5 (ORCPT ); Mon, 10 Aug 2015 08:33:57 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id B6EC49D1D9; Mon, 10 Aug 2015 12:33:57 +0000 (UTC) Received: from dhcp40-158.desklab.eng.bos.redhat.com (dhcp40-158.desklab.eng.bos.redhat.com [10.19.40.158] (may be forged)) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t7ACXuTD021359; Mon, 10 Aug 2015 08:33:57 -0400 From: Tony Camuso To: linux-sparse@vger.kernel.org Cc: tcamuso@redhat.com, sparse@chrisli.org Subject: [PATCH 1/3 v3] .gitignore: add cscope and Qt project files Date: Mon, 10 Aug 2015 08:33:54 -0400 Message-Id: <1439210034-19310-1-git-send-email-tcamuso@redhat.com> In-Reply-To: <1438216001-8862-2-git-send-email-tcamuso@redhat.com> References: <1438216001-8862-2-git-send-email-tcamuso@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 Sender: linux-sparse-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sparse@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Tony Camuso --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d32d063..44218a2 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,6 @@ series # local makefile local.mk +# cscope and Qt files +cscope.out +*.pro*