From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 12 21:16:25 2020 Received: (at submit) by debbugs.gnu.org; 13 Sep 2020 01:16:25 +0000 Received: from localhost ([127.0.0.1]:49207 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHGcz-0002re-6g for submit@debbugs.gnu.org; Sat, 12 Sep 2020 21:16:25 -0400 Received: from lists.gnu.org ([209.51.188.17]:44658) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHGcx-0002rW-JA for submit@debbugs.gnu.org; Sat, 12 Sep 2020 21:16:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39334) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kHGcw-0008Rj-W4 for bug-gnu-emacs@gnu.org; Sat, 12 Sep 2020 21:16:23 -0400 Received: from wilbur.contactoffice.com ([212.3.242.68]:33530) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kHGct-0003vZ-3r for bug-gnu-emacs@gnu.org; Sat, 12 Sep 2020 21:16:22 -0400 Received: from ichabod.co-bxl (ichabod.co-bxl [10.2.0.36]) by wilbur.contactoffice.com (Postfix) with ESMTP id B0A19D62 for ; Sun, 13 Sep 2020 03:16:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailfence.com; s=20160819-nLV10XS2; t=1599959774; bh=fILpWxUyKmvpjK0JaER+i66K/0oqkF/Cfk8quqbM6Bo=; h=Date:Subject:Reply-To:From:To:From; b=wyZZk3z18O1oUsJBTdKJ1NHXc5FNBBoxxk9kZusq71IlY1yAgfX4/dqQRpWmMhSRv tl/Eynvmd2spK7Iyb/z1H7OOj0KmTMLlBxBOleBFGyiANPFsBlbJUGyIpXm8WlGpgJ GAvmL4qqWgS2BNWMAGZCdBNLgB6DFSvyr3/XiJl4ye7NFbFEiit8Y5fjW/eVuUMWKv I416Gs8ie3OeijK4JaCFUUqG7HqDQr2Rd1PSnhDtoBUUXK3OuzUyJz1mLGRUE4ZE6Y zuhWdOaJbsKwcfjqISK6lG/Tvn5QSsNOeuAm9M8wy6FaJtz0InZgT0JJHPJlYArF9b vywRFFkFw+XoQ== Date: Sun, 13 Sep 2020 03:16:11 +0200 (CEST) Message-ID: <1815295291.432066.1599959771453@ichabod.co-bxl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_432026_1586517019.1599959698198" Subject: [PATCH] Add ccls files to .gitignore X-Priority: 3 From: Brian Leung To: bug-gnu-emacs@gnu.org X-Mailer: ContactOffice Mail X-ContactOffice-Account: com:225491745 Received-SPF: pass client-ip=212.3.242.68; envelope-from=leungbk@mailfence.com; helo=wilbur.contactoffice.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/12 20:03:05 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.4 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Brian Leung Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) ------=_Part_432026_1586517019.1599959698198 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable This updates the .gitignore with some files used by ccls, a language server= for C. --=C2=A0 Sent with https://mailfence.com Secure and private email ------=_Part_432026_1586517019.1599959698198 Content-Type: text/x-diff; charset=us-ascii; name=0001-Update-.gitignore-with-ccls-files.patch Content-Transfer-Encoding: 7bit Content-Description: File Attachment: 0001-Update-.gitignore-with-ccls-files.patch Content-Disposition: attachment; filename=0001-Update-.gitignore-with-ccls-files.patch >From aaf7ec3e29d75c7bfbd304c003a29618be076252 Mon Sep 17 00:00:00 2001 From: Brian Leung Date: Fri, 7 Aug 2020 17:39:51 -0700 Subject: [PATCH] Update .gitignore with ccls files --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index d69a40af8c..94c0009aa2 100644 --- a/.gitignore +++ b/.gitignore @@ -164,6 +164,12 @@ GSYMS GRTAGS GTAGS +# auto-generated compilation database +compile_commands.json + +# ccls, a LSP-compliant server for C +/.ccls-cache + # GNU idutils. ID -- 2.28.0 ------=_Part_432026_1586517019.1599959698198-- From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 13 09:48:57 2020 Received: (at 43365) by debbugs.gnu.org; 13 Sep 2020 13:48:57 +0000 Received: from localhost ([127.0.0.1]:49775 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHSNF-0000a2-CL for submit@debbugs.gnu.org; Sun, 13 Sep 2020 09:48:57 -0400 Received: from quimby.gnus.org ([95.216.78.240]:45404) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHSND-0000Zn-UK for 43365@debbugs.gnu.org; Sun, 13 Sep 2020 09:48:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=5ssaNbE9UpX96bJ8Xvo3M91g0wHfa9EON9uRboLmmoc=; b=LzWFHCkiO3+IhKae6wQg7is1sD l/UJ+p3y8pSvZapaPig2R+8vWKLAU2PsWMtpuFvgKDJir7RuVOgnMU3xBhn8YWZgywFXvGGFF1Cac 4jBwob/tnUcfByfPm7RI6CjyxFMi+fO+rv5DCq+3ZxFuXZaoFjQZ4MEAaoJk0cHVMpio=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kHSN2-0003Xv-4J; Sun, 13 Sep 2020 15:48:49 +0200 From: Lars Ingebrigtsen To: Brian Leung Subject: Re: bug#43365: [PATCH] Add ccls files to .gitignore References: <1815295291.432066.1599959771453@ichabod.co-bxl> X-Now-Playing: Paula Frazer and Tarnation's _What Is And Was_: "North Wind" Date: Sun, 13 Sep 2020 15:48:42 +0200 In-Reply-To: <1815295291.432066.1599959771453@ichabod.co-bxl> (Brian Leung's message of "Sun, 13 Sep 2020 03:16:11 +0200 (CEST)") Message-ID: <87pn6pwzwl.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Brian Leung writes: > This updates the .gitignore with some files used by ccls, a language > server for C. [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 43365 Cc: 43365@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Brian Leung writes: > This updates the .gitignore with some files used by ccls, a language > server for C. [...] > +# auto-generated compilation database > +compile_commands.json > + > +# ccls, a LSP-compliant server for C > +/.ccls-cache > + Thanks; applied to Emacs 28. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 13 09:49:04 2020 Received: (at control) by debbugs.gnu.org; 13 Sep 2020 13:49:04 +0000 Received: from localhost ([127.0.0.1]:49779 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHSNL-0000ai-KB for submit@debbugs.gnu.org; Sun, 13 Sep 2020 09:49:04 -0400 Received: from quimby.gnus.org ([95.216.78.240]:45418) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHSNJ-0000a1-QH for control@debbugs.gnu.org; Sun, 13 Sep 2020 09:49:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=6YuG8O7GOLr9EnMHS6b+FutBAZZlNEMs9SYjoSVLeKU=; b=IF6wtJ7cNpjYnJhG168J5XzhhO KElPKaLYs81yXliB81xmYyrDwNymffHolMXNPhHhxJQodt8GfiROGfj4szOQ86pWoZjVHZo9admMN CxJddpjlsWYy06zx2kS6QWEJQc+iorf8suWKMckDfFnKxBqCUDrz3uwRRpNHCgo92vQw=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kHSNC-0003Y4-2A for control@debbugs.gnu.org; Sun, 13 Sep 2020 15:48:56 +0200 Date: Sun, 13 Sep 2020 15:48:52 +0200 Message-Id: <87o8m9wzwb.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #43365 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 43365 fixed close 43365 28.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 43365 fixed close 43365 28.1 quit From unknown Sun Jun 15 10:55:07 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 12 Oct 2020 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator