From patchwork Sat Mar 27 05:03:34 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Abhay Raj Singh X-Patchwork-Id: 11734 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 6E558C32EA for ; Sat, 27 Mar 2021 05:04:42 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id D535B68D6C; Sat, 27 Mar 2021 06:04:41 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="NWDlEG1y"; dkim-atps=neutral Received: from mail-wm1-x336.google.com (mail-wm1-x336.google.com [IPv6:2a00:1450:4864:20::336]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 6EA36602D4 for ; Sat, 27 Mar 2021 06:04:40 +0100 (CET) Received: by mail-wm1-x336.google.com with SMTP id d8-20020a1c1d080000b029010f15546281so5895225wmd.4 for ; Fri, 26 Mar 2021 22:04:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=ygXttnbo04lUt52tdxS+NXYdlFTPQx66Zi9LOhuB0Nw=; b=NWDlEG1ysWeIz7lGlsAOplNl3gIZqWrUcHIy113qIgofWcz8IElZ3lesL6FMsWZHAK /1HBkWI2uSfyWBGO6tOksBzMn1UQOs+i62AKCKhk4AarOyKuaHfiGtg+GMRko8ceVL92 5xZO0BSf8HofnqCUTqEO4H/2g4mPRQeScCqMQ5Dg8yQAJj8SOTTytuxG0baZYk3GbGXw q4x//YDUxnPfYDYgrIkhOasBan5rbUP1oapl9FpGPoF8iirKkcU6fMHOc2ALohXUnf7Z YHHAj06z6RtgzwzM/52NrKUMQKlUwkPgiNwxhAH0mGDjFOnGrO0qpIQts8EZtPTybYXV 5x8w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=ygXttnbo04lUt52tdxS+NXYdlFTPQx66Zi9LOhuB0Nw=; b=bBJQlNEo3ACMuKXDHgQy7jbfdrWQ45n/PyWqdEowCWj7VftHP6f9i5RbD+532rlz2E gBzAhV8XSLOT3+fuqMxAQFTa3qTnim6uRuGvJ2gRRTNx5tCj0HFNpE7xcgdF4IZPUnNI e9vU9xlfs9nUmnGB9qpZG10SODobFjB1RtXa5LQu+/trqbsgP7VR+RgsH+fGB7R/fcQR FSASAkS4Ks+I8iPvSoSO75cx4d70LsVxCx6H8d2Dn9fwugt//BtoXSQPBrG2mPbO8cxE /92ANprWeyVjIK7okt2xboPa+X/rbnRQLB25SChSSwmZ8jZDhOfBLt36SXmuZXUAM+1C nsMQ== X-Gm-Message-State: AOAM533BXUJEkJlJjN82h3Y+I8FNG26VnnXSwHAKyLCbAf0RUOGEwgJM 9v426Gbi3l8idKpRDu0hmO2d2qPNKUQsJDdlSaxQZmzuxgct3g== X-Google-Smtp-Source: ABdhPJwjUd2ZtsDC5oG51MTpR8qWRB8kuzskz+jiWEysM5LoXpO2ZwbhNuzsMXCFTdQZEGr4gwRAmtrFbeCMmt9BDrA= X-Received: by 2002:a1c:c282:: with SMTP id s124mr15729125wmf.99.1616821479909; Fri, 26 Mar 2021 22:04:39 -0700 (PDT) MIME-Version: 1.0 From: Abhay Raj Singh Date: Sat, 27 Mar 2021 10:33:34 +0530 Message-ID: To: libcamera-devel@lists.libcamera.org Subject: [libcamera-devel] [PATCH] Added .cache directory to .gitignore under editors for clangd 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: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Hello everyone! I am Abhay, I use NeoVim with coc.nvim using clangd which generate .cache in the main folder, currently, there's no way to customize that according to the issue https://github.com/clangd/coc-clangd/issues/50 I am new to git over email, tbh this is my first patch. I followed a tut on git-scm.com. I drafted this using git send-email and am editing this in the Gmail draft. I copied [libcamera-devel] from other emails, please do let me know if did I something wrong and any better workflow. Thanks! Signed-off-by: Abhay Raj Singh --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) -- 2.31.0 diff --git a/.gitignore b/.gitignore index d3d73615..08416dcb 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,6 @@ build/ patches/ *.patch *.pyc + +# editors +.cache/