From nobody Tue Jan 11 13:27:06 2022 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 7A0FB194D38B; Tue, 11 Jan 2022 13:27:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JYBLg1d0hz4SR0; Tue, 11 Jan 2022 13:27:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1701219D6E; Tue, 11 Jan 2022 13:27:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 20BDR6Im011521; Tue, 11 Jan 2022 13:27:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 20BDR6JN011520; Tue, 11 Jan 2022 13:27:06 GMT (envelope-from git) Date: Tue, 11 Jan 2022 13:27:06 GMT Message-Id: <202201111327.20BDR6JN011520@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Andriy Gapon Subject: git: ce99de0241ef - stable/12 - add exuberant ctags tags file to gitignore List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: avg X-Git-Repository: src X-Git-Refname: refs/heads/stable/12 X-Git-Reftype: branch X-Git-Commit: ce99de0241ef1e7268048b08d316b9f1492cd1f9 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1641907627; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=qEQ7O1X2gwhyBVNniBPt6k4CcSeBfZGgyFnab9YKlgY=; b=cRpAH8C3jWZuZ/fFf4eowE/gqguGsKgU3Hsyg9axFcwcQe/MPZFyP8qHlWeUBKPEAeg/zb 9mcQF2OQHyp2eEygtTJFetAhB20gzjDtrzqs0lzWwzCuCKnquqJ0Lqa8OMh7MHIyNsNDjo 8zqGffyH5+3gbvaj88FOoJ62Qlt0BjegWhqn+dRRXa0cV8QHbiNoE3SzAHuu7+mO6EwjOl yelgMrt7/5toQAkVanlsLiqaBxtdifRTZD5jvp/EpPU5ip4B2mxDtCa7mEcMX9FFnMbkKs UgbCv/nvJYdE3Q9CkNMmLbCRULMpNGQ4Uc1LNojLASjk5VccsImIduVGQSr5qA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1641907627; a=rsa-sha256; cv=none; b=ku06gPIAmHMFpL/w0yidK+HM+RPeuNhBGpBw+8wLsGQvhUyGzuGC0+x3/3dyJbclr9DFuO eTHt88lZc2ext0N/tf6qPZ8TVT5yiwBBd0J0Q1JZW55ttODkcwOh37ICUzFb65UNJnCM1p EanYmvI7BmHvjb25cPi2CuSUvKqQDY4oJ9RCQJW/Ti8C88pTYpnno5CnZRyRHbT+TMb8Ad 6FBzY5ElpjRnJnM3j+gJxx66ZPBORP9FBVKiTp9F2kM0ivRh45Y99WDvv0Qma99Jc14BFj bYG4QsX+/oIr7fylL8DOjIex6+qSpw6rMZxgySL/BNdbcLmrm9ixLsrSbY7K/A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch stable/12 has been updated by avg: URL: https://cgit.FreeBSD.org/src/commit/?id=ce99de0241ef1e7268048b08d316b9f1492cd1f9 commit ce99de0241ef1e7268048b08d316b9f1492cd1f9 Author: Andriy Gapon AuthorDate: 2021-12-26 10:16:23 +0000 Commit: Andriy Gapon CommitDate: 2022-01-11 13:26:49 +0000 add exuberant ctags tags file to gitignore (cherry picked from commit ace3370392f8cf874dafece4a9f558840b688e01) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 070165d8946b..3d21e7b2da8d 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ ID cscope.out ?cscope.out sys/*/conf/LINT* +tags