[{"id":15960,"web_url":"https://patchwork.libcamera.org/comment/15960/","msgid":"<20210327102544.nfl2n6b25hvscxuh@basti-TUXEDO-Book-XA1510>","date":"2021-03-27T10:25:44","subject":"Re: [libcamera-devel] [PATCH] Added .cache directory to .gitignore\n\tunder editors for clangd","submitter":{"id":78,"url":"https://patchwork.libcamera.org/api/people/78/","name":"Sebastian Fricke","email":"sebastian.fricke@posteo.net"},"content":"Hey Abhay,\n\nThank you for the patch.\n\nOn 27.03.2021 10:33, Abhay Raj Singh wrote:\n>Hello everyone! I am Abhay, I use NeoVim with coc.nvim using clangd which\n>generate .cache in the main folder, currently, there's no way to customize\n>that\n>according to the issue https://github.com/clangd/coc-clangd/issues/50\n\nThat sounds like a very, very specific problem. Which probably won't be\nencountered by many libcamera developers.\n\n>\n>I am new to git over email, tbh this is my first patch. I followed a tut on\n>git-scm.com.\n>I drafted this using git send-email and am editing this in the Gmail draft.\n>I copied [libcamera-devel] from other emails, please do let me know\n>if did I something wrong and any better workflow.\n\nSo, this patch basically helps you as you don't have to see the `.cache`\nfolder in the list of untracked files, but as I said above, I don't\nbelieve that too many other developers will encounter that issue. Which\nmeans, that we have to decide between adding 3 more lines to the\n`.gitignore` file for an issue, that will be encountered very rarely, or\nkeeping the `.gitignore` file as minimal and clean as possible.\n\nI would prefer to keep the `.gitignore` file tuned for the majority of\nuse-cases. If you don't want to see that folder you could modify your\nlocal `.gitignore` file.\n\nPlease tell me if I missed something else, which would make this patch\nbeneficial.\n\n>\n>Thanks!\n\nGreetings,\nSebastian\n\n>\n>Signed-off-by: Abhay Raj Singh <abhayofficialone@gmail.com>\n>\n>---\n> .gitignore | 3 +++\n> 1 file changed, 3 insertions(+)\n>\n>diff --git a/.gitignore b/.gitignore\n>index d3d73615..08416dcb 100644\n>--- a/.gitignore\n>+++ b/.gitignore\n>@@ -5,3 +5,6 @@ build/\n> patches/\n> *.patch\n> *.pyc\n>+\n>+# editors\n>+.cache/\n>--\n>2.31.0\n\n>_______________________________________________\n>libcamera-devel mailing list\n>libcamera-devel@lists.libcamera.org\n>https://lists.libcamera.org/listinfo/libcamera-devel","headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 2391AC32EA\n\tfor <parsemail@patchwork.libcamera.org>;\n\tSat, 27 Mar 2021 10:25:47 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 91AFF68D70;\n\tSat, 27 Mar 2021 11:25:46 +0100 (CET)","from mout02.posteo.de (mout02.posteo.de [185.67.36.66])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id CA76268D58\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSat, 27 Mar 2021 11:25:45 +0100 (CET)","from submission (posteo.de [89.146.220.130]) \n\tby mout02.posteo.de (Postfix) with ESMTPS id 3AD16240100\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSat, 27 Mar 2021 11:25:45 +0100 (CET)","from customer (localhost [127.0.0.1])\n\tby submission (posteo.de) with ESMTPSA id 4F6w3D50BLz6tmb;\n\tSat, 27 Mar 2021 11:25:44 +0100 (CET)"],"Authentication-Results":"lancelot.ideasonboard.com;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n\tunprotected) header.d=posteo.net header.i=@posteo.net\n\theader.b=\"q8qmHKaE\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017;\n\tt=1616840745; bh=zdgCYGIujowU7vpIXcK/l/R3hmqyjdGseIOesDM0ANU=;\n\th=Date:From:To:Cc:Subject:From;\n\tb=q8qmHKaE6E+sJSYjGoEfXOfJ75yWZmG58ibaEYYuMU4S81RWZg6jklYm+60eH5e4s\n\tpAnj0ZUyt6qX8thrgxQ8FZhf0ZOexKDIWtN/zFdmKcD1aYJ2hq0Mwpkd9wVlLPjofb\n\tgFwJay8HeTa8etUsDx3nPkw0eDNV7rlXOFh/cZbWpSXWa8LcHgVBd26HEePKVTyPVy\n\tNzNES2LANsqTprNJaWbM+NIDh0CN2W+6lpovpZR4lCidbILCjqufJrs8uJ+OWCYfRN\n\tLH/NLugjCbo8uXSwu6Ak/AZc9bAUPCKLZq6d7dS8mnpABgOmZeAwGJlzKWHkNd1wo/\n\t/b7pQvegfWrlw==","Date":"Sat, 27 Mar 2021 11:25:44 +0100","From":"Sebastian Fricke <sebastian.fricke@posteo.net>","To":"Abhay Raj Singh <abhayofficialone@gmail.com>","Message-ID":"<20210327102544.nfl2n6b25hvscxuh@basti-TUXEDO-Book-XA1510>","References":"<CADnqWFWBDbeui_6Vtbq=0gigG=Y6AHi8MG5v23H4nGXPrO+dEQ@mail.gmail.com>","MIME-Version":"1.0","Content-Disposition":"inline","In-Reply-To":"<CADnqWFWBDbeui_6Vtbq=0gigG=Y6AHi8MG5v23H4nGXPrO+dEQ@mail.gmail.com>","Subject":"Re: [libcamera-devel] [PATCH] Added .cache directory to .gitignore\n\tunder editors for clangd","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Cc":"libcamera-devel@lists.libcamera.org","Content-Transfer-Encoding":"7bit","Content-Type":"text/plain; charset=\"us-ascii\"; Format=\"flowed\"","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"}},{"id":15961,"web_url":"https://patchwork.libcamera.org/comment/15961/","msgid":"<CADnqWFWkx39u+-Kwdja86J4guyiE_1idsgBosxOU_O2MHW1XYg@mail.gmail.com>","date":"2021-03-27T11:17:49","subject":"Re: [libcamera-devel] [PATCH] Added .cache directory to .gitignore\n\tunder editors for clangd","submitter":{"id":87,"url":"https://patchwork.libcamera.org/api/people/87/","name":"Abhay Raj Singh","email":"abhayofficialone@gmail.com"},"content":"Yeah right I totally forgot about git update-index, sorry for the trouble\n:facepalm:","headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 27321C32EA\n\tfor <parsemail@patchwork.libcamera.org>;\n\tSat, 27 Mar 2021 11:18:58 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 2F30660519;\n\tSat, 27 Mar 2021 12:18:57 +0100 (CET)","from mail-wm1-x32e.google.com (mail-wm1-x32e.google.com\n\t[IPv6:2a00:1450:4864:20::32e])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 73158602D7\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSat, 27 Mar 2021 12:18:55 +0100 (CET)","by mail-wm1-x32e.google.com with SMTP id\n\tw203-20020a1c49d40000b029010c706d0642so6886806wma.0\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSat, 27 Mar 2021 04:18:55 -0700 (PDT)"],"Authentication-Results":"lancelot.ideasonboard.com;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n\tunprotected) header.d=gmail.com header.i=@gmail.com\n\theader.b=\"BYok9yfF\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;\n\th=mime-version:references:in-reply-to:from:date:message-id:subject:to\n\t:cc; bh=90H9hvXsWMvJrM3XZM0OR5Ts/nlZygUkJ869wnJIMoM=;\n\tb=BYok9yfFqEOPZVlObAf6AfiBCtVBVdKEzxXzA9c4aL7srfihJiKqjkWFDUOYcS86me\n\tOKTh48zrdceQxqK6dcJadJ1doVopVIPWsBUQkrTwrmTZcpC1wyuDmA5QkuiMdsYh6PcT\n\tJixJmFp1Lj/8OPDf6oCjxgYtmZlQgPE8i+L+eDTZXFsi3UhR50fIWC9Xdv3jMl+8LXKs\n\tZCo2M+9ZOiyLlnGdwZ+fIXK632lTJJBSATRfJrJ8PSIMKtEPVsrh1bsVBhReK/ms3bqJ\n\tPQfxYd4JUceTMdSvQO2ZI5lf0LENJ9C+ilQXoHlFVc8Tpb6+Qm6NPSky9WQoW2basCpq\n\tWTnQ==","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:mime-version:references:in-reply-to:from:date\n\t:message-id:subject:to:cc;\n\tbh=90H9hvXsWMvJrM3XZM0OR5Ts/nlZygUkJ869wnJIMoM=;\n\tb=KKAYfg4Xn0AzpJeWpizqgMDTaOr1oK/eOtyR+3mQMsH7PDrv2EmiLsg5kiHjydqjC/\n\tYHN7kEl5YoGnEKCo6DP3J//iXc+q4tLHUv+TWRWMY6eTM7UWJZ6z7dVjDWNA+McivCPO\n\tdUzAVwV3wJYI+5klGi9h1+Q+6iaVPLeJt02/zaNzKZSeUnsCRQITYbxb1MRNQRxnbrDS\n\toxS2f6BFXqPqzDbtjOEjHvZhmyPUtlTf8pEyRsgCXTZt6W1ToaNTYwC5xGwXLSDyi6gi\n\t1IAd2QB25RJWPxzXp00NGFhVUdlwQWOv9wD6nKupAyrsZLY/Av6rGHOVEQHwb1VWHJqW\n\tOA9Q==","X-Gm-Message-State":"AOAM530jkkykVJhAAcZ8R6D1Te3dSP/mTHmQlsdZyLxQla/I6iKo8TXS\n\tGtEPb+m5jyKxmNBzZL6FR4jAT5PYpGvjxAnA27vxLxneSJY=","X-Google-Smtp-Source":"ABdhPJwumTykbYz5xuxJMfLWt3ptQccGoFzsUYsu7X/U8hD2y+5oFHh9ScOD6pjJlLhXic2UHupXNgqVsZen6AyIJsc=","X-Received":"by 2002:a1c:6605:: with SMTP id a5mr17339266wmc.85.1616843935160;\n\tSat, 27 Mar 2021 04:18:55 -0700 (PDT)","MIME-Version":"1.0","References":"<CADnqWFWBDbeui_6Vtbq=0gigG=Y6AHi8MG5v23H4nGXPrO+dEQ@mail.gmail.com>\n\t<20210327102544.nfl2n6b25hvscxuh@basti-TUXEDO-Book-XA1510>","In-Reply-To":"<20210327102544.nfl2n6b25hvscxuh@basti-TUXEDO-Book-XA1510>","From":"Abhay Raj Singh <abhayofficialone@gmail.com>","Date":"Sat, 27 Mar 2021 16:47:49 +0530","Message-ID":"<CADnqWFWkx39u+-Kwdja86J4guyiE_1idsgBosxOU_O2MHW1XYg@mail.gmail.com>","To":"Sebastian Fricke <sebastian.fricke@posteo.net>","Subject":"Re: [libcamera-devel] [PATCH] Added .cache directory to .gitignore\n\tunder editors for clangd","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Cc":"libcamera-devel@lists.libcamera.org","Content-Type":"multipart/mixed;\n\tboundary=\"===============5700490164332679815==\"","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"}},{"id":15962,"web_url":"https://patchwork.libcamera.org/comment/15962/","msgid":"<YF+8twCQSp5XQVHs@pendragon.ideasonboard.com>","date":"2021-03-27T23:16:07","subject":"Re: [libcamera-devel] [PATCH] Added .cache directory to .gitignore\n\tunder editors for clangd","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/people/2/","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"content":"Hey Abhay,\n\nOn Sat, Mar 27, 2021 at 11:25:44AM +0100, Sebastian Fricke wrote:\n> On 27.03.2021 10:33, Abhay Raj Singh wrote:\n> > Hello everyone! I am Abhay, I use NeoVim with coc.nvim using clangd which\n> > generate .cache in the main folder, currently, there's no way to customize that\n> > according to the issue https://github.com/clangd/coc-clangd/issues/50\n> \n> That sounds like a very, very specific problem. Which probably won't be\n> encountered by many libcamera developers.\n> \n> > I am new to git over email, tbh this is my first patch. I followed a tut on\n> > git-scm.com.\n> > I drafted this using git send-email and am editing this in the Gmail draft.\n> > I copied [libcamera-devel] from other emails, please do let me know\n> > if did I something wrong and any better workflow.\n> \n> So, this patch basically helps you as you don't have to see the `.cache`\n> folder in the list of untracked files, but as I said above, I don't\n> believe that too many other developers will encounter that issue. Which\n> means, that we have to decide between adding 3 more lines to the\n> `.gitignore` file for an issue, that will be encountered very rarely, or\n> keeping the `.gitignore` file as minimal and clean as possible.\n> \n> I would prefer to keep the `.gitignore` file tuned for the majority of\n> use-cases. If you don't want to see that folder you could modify your\n> local `.gitignore` file.\n> \n> Please tell me if I missed something else, which would make this patch\n> beneficial.\n\ngit looks for ignore patterns in multiple locations, as detailed by\n`man gitignore`: $XDG_CONFIG_HOME/git/ignore, $GIT_DIR/info/exclude, and\n.gitignore. For files created by your personal choices of tools, I\nrecommend to put ignore patterns in $XDG_CONFIG_HOME/git/ignore. They\nwill be taken into account for all your git repositories.\n\nNote that if XDG_CONFIG_HOME isn't set, git assumes XDG_CONFIG_HOME to\nbe $HOME/.config.","headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id E9C75C32ED\n\tfor <parsemail@patchwork.libcamera.org>;\n\tSat, 27 Mar 2021 23:16:53 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id DBE8668D63;\n\tSun, 28 Mar 2021 00:16:52 +0100 (CET)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 337EF602E3\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSun, 28 Mar 2021 00:16:51 +0100 (CET)","from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi\n\t[62.78.145.57])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 8ED4D292;\n\tSun, 28 Mar 2021 00:16:50 +0100 (CET)"],"Authentication-Results":"lancelot.ideasonboard.com;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"NkMc0zI9\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1616887010;\n\tbh=7TTSZIS66TrA09OmyNLIBCwqt/u6z2JDSwwe9fDpwQc=;\n\th=Date:From:To:Cc:Subject:References:In-Reply-To:From;\n\tb=NkMc0zI9L7jLbKBfgYzjhiiY3weQTq3uQ90KN6rZwTTCN2DPKAkhx71lyYeUR5Flx\n\tZ4nSCLq9gcFdtjtj09RA+Y62ORBLko8l5ZJr0XM51oXCLjamkPKZp43FnurBpgyaZ3\n\toCrCp2AazAxQ3Trt5DUH2a1AyJbttSNi/ugznDwM=","Date":"Sun, 28 Mar 2021 01:16:07 +0200","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"Abhay Raj Singh <abhayofficialone@gmail.com>","Message-ID":"<YF+8twCQSp5XQVHs@pendragon.ideasonboard.com>","References":"<CADnqWFWBDbeui_6Vtbq=0gigG=Y6AHi8MG5v23H4nGXPrO+dEQ@mail.gmail.com>\n\t<20210327102544.nfl2n6b25hvscxuh@basti-TUXEDO-Book-XA1510>","MIME-Version":"1.0","Content-Disposition":"inline","In-Reply-To":"<20210327102544.nfl2n6b25hvscxuh@basti-TUXEDO-Book-XA1510>","Subject":"Re: [libcamera-devel] [PATCH] Added .cache directory to .gitignore\n\tunder editors for clangd","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Cc":"libcamera-devel@lists.libcamera.org","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"7bit","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"}},{"id":15989,"web_url":"https://patchwork.libcamera.org/comment/15989/","msgid":"<20210329050620.GA2475@pyrite.rasen.tech>","date":"2021-03-29T05:06:20","subject":"Re: [libcamera-devel] [PATCH] Added .cache directory to .gitignore\n\tunder editors for clangd","submitter":{"id":17,"url":"https://patchwork.libcamera.org/api/people/17/","name":"Paul Elder","email":"paul.elder@ideasonboard.com"},"content":"Hello Abhay,\n\nOn Sat, Mar 27, 2021 at 10:33:34AM +0530, Abhay Raj Singh wrote:\n> Hello everyone! I am Abhay, I use NeoVim with coc.nvim using clangd which\n> generate .cache in the main folder, currently, there's no way to customize that\n> according to the issue https://github.com/clangd/coc-clangd/issues/50\n\nAs others have mentioned, I think the proper solution is to use a global\ngitignore for your user. I have one to ignore cscope and ctags files and\nvim swap files, for example.\n\n> I am new to git over email, tbh this is my first patch. I followed a tut on\n\nI'll give feedback for your actual patch submission too, then.\n\n> git-scm.com.\n> I drafted this using git send-email\n\nGood!\n\n> and am editing this in the Gmail draft.\n\nThis, not so good. I'm not sure if you meant format-patch instead of\nsend-email, but after you generate the patch/email file with\ngit format-patch, you can edit that directly, and then you should send\nthat using git send-email. gmail is notorious for brutally murdering\npatches (not to mention html patches won't be accepted).\n\n> I copied [libcamera-devel] from other emails, please do let me know\n\nI used to do that too, but you don't have to add [libcamera-devel], the\nmailing list will add it automatically. It won't show up on the copy\nthat's CC-ed to you, which confused me too in the beginning :)\n\n> if did I something wrong and any better workflow.\n\nLast thing, these comments don't belong here. This is called the\nchangelog, and is where you explain your patch; the motivations, the\nissues, the solution, etc. Comments like these that are questions or\npersonal comments that you don't want to be committed into the git\nhistory forever belong after --- (where I marked <1>).\n\n> \n> Thanks!\n\nI look forward to your next contribution :)\n\n\nPaul\n\n> \n> Signed-off-by: Abhay Raj Singh <abhayofficialone@gmail.com>\n> \n> ---\n\n<1>\n\n>  .gitignore | 3 +++\n>  1 file changed, 3 insertions(+)\n> \n> diff --git a/.gitignore b/.gitignore\n> index d3d73615..08416dcb 100644\n> --- a/.gitignore\n> +++ b/.gitignore\n> @@ -5,3 +5,6 @@ build/\n>  patches/\n>  *.patch\n>  *.pyc\n> +\n> +# editors\n> +.cache/\n> --\n> 2.31.0\n\n> _______________________________________________\n> libcamera-devel mailing list\n> libcamera-devel@lists.libcamera.org\n> https://lists.libcamera.org/listinfo/libcamera-devel","headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 2C606C32EA\n\tfor <parsemail@patchwork.libcamera.org>;\n\tMon, 29 Mar 2021 05:06:30 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id DDC286877D;\n\tMon, 29 Mar 2021 07:06:29 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 62CF1602D2\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 29 Mar 2021 07:06:28 +0200 (CEST)","from pyrite.rasen.tech (unknown\n\t[IPv6:2400:4051:61:600:2c71:1b79:d06d:5032])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id E78AD31A;\n\tMon, 29 Mar 2021 07:06:26 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"HMpQQlsu\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1616994388;\n\tbh=ezZuR3GtDE/AIe5JSvgEXHwYYEXxZWdn5xg/nT250JM=;\n\th=Date:From:To:Cc:Subject:References:In-Reply-To:From;\n\tb=HMpQQlsu9hH+YT2cjvl6uU4tbCqQYmMqdMwDmPMFKnZ+Mpva8rcVaSjW+dhshOTVr\n\t+WCN/HCFdp9shVQ3cZ+R/cVnRLuF9x947/ylbhDF2V444XkbA0IR5tUmd2CF8E0suw\n\tMj5REuXlerjNZC/ljtKUvP1e4EoTI69m35UNqN1g=","Date":"Mon, 29 Mar 2021 14:06:20 +0900","From":"paul.elder@ideasonboard.com","To":"Abhay Raj Singh <abhayofficialone@gmail.com>","Message-ID":"<20210329050620.GA2475@pyrite.rasen.tech>","References":"<CADnqWFWBDbeui_6Vtbq=0gigG=Y6AHi8MG5v23H4nGXPrO+dEQ@mail.gmail.com>","MIME-Version":"1.0","Content-Disposition":"inline","In-Reply-To":"<CADnqWFWBDbeui_6Vtbq=0gigG=Y6AHi8MG5v23H4nGXPrO+dEQ@mail.gmail.com>","Subject":"Re: [libcamera-devel] [PATCH] Added .cache directory to .gitignore\n\tunder editors for clangd","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Cc":"libcamera-devel@lists.libcamera.org","Content-Type":"text/plain; charset=\"iso-8859-1\"","Content-Transfer-Encoding":"quoted-printable","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"}},{"id":16007,"web_url":"https://patchwork.libcamera.org/comment/16007/","msgid":"<CADnqWFWuT+Y3JsZUPHD8R6jhNrbQciJXQzNegA2PrnUvGqvDYA@mail.gmail.com>","date":"2021-03-29T08:21:23","subject":"Re: [libcamera-devel] [PATCH] Added .cache directory to .gitignore\n\tunder editors for clangd","submitter":{"id":87,"url":"https://patchwork.libcamera.org/api/people/87/","name":"Abhay Raj Singh","email":"abhayofficialone@gmail.com"},"content":"Hi Paul! Thanks for the feedback now I have more clarity of the patch\nsubmission process.\n\nI look forward to your next contribution :)\n>\n\nI will initiate it soon just wanted to make sure I don't mess up submission\n^_^","headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id DB557C32EA\n\tfor <parsemail@patchwork.libcamera.org>;\n\tMon, 29 Mar 2021 08:21:38 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 39F3E68783;\n\tMon, 29 Mar 2021 10:21:38 +0200 (CEST)","from mail-wm1-x334.google.com (mail-wm1-x334.google.com\n\t[IPv6:2a00:1450:4864:20::334])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id DAF926877E\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 29 Mar 2021 10:21:35 +0200 (CEST)","by mail-wm1-x334.google.com with SMTP id\n\tu5-20020a7bcb050000b029010e9316b9d5so6199939wmj.2\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 29 Mar 2021 01:21:35 -0700 (PDT)"],"Authentication-Results":"lancelot.ideasonboard.com;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n\tunprotected) header.d=gmail.com header.i=@gmail.com\n\theader.b=\"qWgCe1Bc\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;\n\th=mime-version:references:in-reply-to:from:date:message-id:subject:to\n\t:cc; bh=9qCOdRq4FuqVF4Z1msTZsk1ApabpGQARPDC8JhQz2lk=;\n\tb=qWgCe1BcUB4ZOhCcdr5fEx3EDwJ8/TDYexYLAgZN+c8mDhZaCLJPrCIoWDXAswtKVz\n\tMWnzFfoLjcDy64TpGVjEj69cwr8A/t8AwthivVH4O0itL9wOctFF05d9W8B11iN+oG41\n\tflwqLP/uTxDoWLN2aI6f/jnBAOTJiuGbqPzRC9x4cBOwlI6QyyUNBFqGg5ZK36gI+kwF\n\tYpMFQ+SAAwXUhAghC43vN36bIbQk70Z5BOzd08fBNK9oiEMEtMaITD1GSGTDGMdEqDIW\n\tzDRItC8X/WyYW93MkOGCXF5xFrJ2z2ZS2wTmjP3hoa2bZNxBmMAZdmE6jkDZgQifZZja\n\tIBAQ==","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:mime-version:references:in-reply-to:from:date\n\t:message-id:subject:to:cc;\n\tbh=9qCOdRq4FuqVF4Z1msTZsk1ApabpGQARPDC8JhQz2lk=;\n\tb=Y4EhnwmskOrZe5am1A3HrBb+d540FM8MtfQ32bs1hBGVOhKaBc1QfYVgXCTxbiICxi\n\tzeCGyXdlThx/d5zgb/+Xrk39HYA6ar+92I0cW86ZCvFa847VoezZzHkz7MqlICulEUr9\n\tET9f3CSQrdQA3f5YIFb/YP30qr2qAh8usBG6UHS+SoKyGO/acZ8qg8EHmu3eptP9QUq5\n\tmm50xUSpYYJ9BSDkqUCuwRWcuF58c1RbhIrCH+v1SReWG63glfEw7BlBK1dxR/bXYmf+\n\tB6VHpIk52IrXqeP9V25m2g2KjcR679AMv1MwGTIpm25RLmiI8D3mQKD46g8x8sXp7WfJ\n\tQHww==","X-Gm-Message-State":"AOAM53155NcK3Oxc5mURL7JhCf9BdGtBEhwfISGxPdU6OaNo162FjPUe\n\tB9yBsa1oXvzjj0LcWCMvzx5LS5khKZ+TWCpAak3ltsu1nYo=","X-Google-Smtp-Source":"ABdhPJyqKGCoGOMr5jCT/LSgrL3bYxIno0jOK7VErN4QZL8GyiYjZxoxcO4G3klp69QC1OVl7rLGPRuWU/V1n7nBrkc=","X-Received":"by 2002:a1c:2587:: with SMTP id\n\tl129mr23623272wml.135.1617006095497; \n\tMon, 29 Mar 2021 01:21:35 -0700 (PDT)","MIME-Version":"1.0","References":"<CADnqWFWBDbeui_6Vtbq=0gigG=Y6AHi8MG5v23H4nGXPrO+dEQ@mail.gmail.com>\n\t<20210329050620.GA2475@pyrite.rasen.tech>","In-Reply-To":"<20210329050620.GA2475@pyrite.rasen.tech>","From":"Abhay Raj Singh <abhayofficialone@gmail.com>","Date":"Mon, 29 Mar 2021 13:51:23 +0530","Message-ID":"<CADnqWFWuT+Y3JsZUPHD8R6jhNrbQciJXQzNegA2PrnUvGqvDYA@mail.gmail.com>","To":"paul.elder@ideasonboard.com","Subject":"Re: [libcamera-devel] [PATCH] Added .cache directory to .gitignore\n\tunder editors for clangd","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Cc":"libcamera-devel@lists.libcamera.org","Content-Type":"multipart/mixed;\n\tboundary=\"===============0311807888358546289==\"","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"}}]