From nobody Tue Jan 11 13:25:58 2022 X-Original-To: dev-commits-src-branches@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 0B12E194CECD; Tue, 11 Jan 2022 13:25:59 +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 4JYBKL5XW8z4Rsb; Tue, 11 Jan 2022 13:25:58 +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 9E493195F2; Tue, 11 Jan 2022 13:25:58 +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 20BDPwto011333; Tue, 11 Jan 2022 13:25:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 20BDPwJt011332; Tue, 11 Jan 2022 13:25:58 GMT (envelope-from git) Date: Tue, 11 Jan 2022 13:25:58 GMT Message-Id: <202201111325.20BDPwJt011332@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: 884938e769f1 - stable/13 - add exuberant ctags tags file to gitignore List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-branches@freebsd.org X-BeenThere: dev-commits-src-branches@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/13 X-Git-Reftype: branch X-Git-Commit: 884938e769f1beb5517c5d4bf4a8aa5d68287e4f Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1641907558; 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=EECi4Lf4S3Fp0EId3CJ2qI51vYEKqITARfC7EFoZ8p0=; b=FsaTdegzRh9Gq280tWgthpNnrwY31C9Jzwl7Vy1NBz20f4FWWSnL0BPSlqxJDYFu6hQOEb xihbT97rwMQcxb3u1lLBnO5eHufldBGMaOhKqewR3ezc6emMAHzyugnGjEtvokr21kJ4/Y 9+fSw642ecu2MWxwJqfgvfaZfeKPaGPCMHL+GXekrD57/A1R51xfe/bgcr34HvElPibiwD aN3FHsOUMznpQ5Mpkpl0QuchIRNNwZez9z1Qw7K92hgDsDzcIZWvWH+o7E4pg1JwtWdmH8 gU4UYr+DlIrdya3c90FtvcbS2W0nz02BY1fdoasWm2bjUyMInLBjXwAL6ok2Hg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1641907558; a=rsa-sha256; cv=none; b=hN1ziH+HheMjtGuK5tVAO3LoyT0hEK+v0MCfC7SFmywg95+Qk5OpXig805DbBjQGYhrELj wzQmzixDAz3+hP3jFohPTKe6nonI1u3Cyyhzcf+n7pSjTOYmvO0w85Qf1cNG6QdmSiD6yM PD905ocV15YvJL3l3Avf3rf0Agk7+DxcxcR3n8FV84rY6/5CZhl2SUtgap/oGHDMYwvBRW yV83BqAn9vgFp4+D7WKH5TSjyfY7oEf1d+j9B0TNX6v+53FVk8LSJxJB0+qTm43S7VFG8z 1b5B6CqhDSDzEU0SBmA1o1vASvdr/bbizshfASAKz0A36cjAhK1XAvgANxPb7Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch stable/13 has been updated by avg: URL: https://cgit.FreeBSD.org/src/commit/?id=884938e769f1beb5517c5d4bf4a8aa5d68287e4f commit 884938e769f1beb5517c5d4bf4a8aa5d68287e4f Author: Andriy Gapon AuthorDate: 2021-12-26 10:16:23 +0000 Commit: Andriy Gapon CommitDate: 2022-01-11 13:25:37 +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 c674e06fda50..b59f2b4b1d32 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ cscope.files cscope.in.out cscope.out cscope.po.out +tags