From patchwork Tue Jan 24 08:43:01 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umang Jain X-Patchwork-Id: 18190 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 3B3CABDB1D for ; Tue, 24 Jan 2023 08:43:10 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 5C200625E4; Tue, 24 Jan 2023 09:43:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1674549789; bh=uoGZ0HJoX0Zz6ESwIKPaxdw4dAqI4K8X69TCUGbUg/Q=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=ZovzP0WN8oVsJW+lzeHsbF/KJzKDviROjcNhfnQOOUE22M1FYl47aR6sSyPKPJRvE OTWQc9KrsgftFhl1Gob+7DxXlIq21y8a0YSXY/JXlHWYl2jWluiqIAi6IfmZqqgM2+ vGNeYKnd1s/J+N8GAX+SrwbKdmVQrJ7Gff2kn2AHUQ6L//eX3L+nPl2wEvAvcKBgbX j8Py3N0T5ML5YdyWORZciYFISt2eE3vqH0tpHX4ZVvS1V3wl7bAPvxpV05xOvs+ZM0 UlMOVZP5ppFF850sjoNA3WxSRue4Dxl0zSRtvY2rKesZuozS+7E9Lad+Y0ew7bcVSz Ffe6lyIWMF9Sw== Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 6D72E61EFB for ; Tue, 24 Jan 2023 09:43:08 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="MG6SO1VP"; dkim-atps=neutral Received: from umang.jainideasonboard.com (unknown [103.86.18.176]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 2A74D8A9; Tue, 24 Jan 2023 09:43:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1674549787; bh=uoGZ0HJoX0Zz6ESwIKPaxdw4dAqI4K8X69TCUGbUg/Q=; h=From:To:Cc:Subject:Date:From; b=MG6SO1VP3sf+bxcbNhNLSfVbXUUJMkePVJ1hWw/uDARMOZ/fZHZmYWEkJDZhROi46 yPHTlaoTlRHAWcXQoK9SV17Fe8lwENjtg5avq8QqQWc5VGHviS/sowwz+Zc5fVoX3s zFF87B54RFIy1ExREvnUS5kO0SHbZ9YOQycdzS50= To: libcamera-devel@lists.libcamera.org Date: Tue, 24 Jan 2023 14:13:01 +0530 Message-Id: <20230124084301.33320-1-umang.jain@ideasonboard.com> X-Mailer: git-send-email 2.39.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] .gitignore: Add vim editor's swap files X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Umang Jain via libcamera-devel From: Umang Jain Reply-To: Umang Jain Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Add *.swp files to .gitignore to prevent committing them accidently to the tree. Signed-off-by: Umang Jain --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f6d1d68e..809f9e45 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ *.patch *.pyc +*.swp __pycache__/