Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Dec 2023 20:43:58 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2ad655931f6c - main - .gitignore: Ignore files which are local
Message-ID:  <202312132043.3BDKhwTm054312@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2ad655931f6cc8e2cb0c2c17125642d8d6323b2b

commit 2ad655931f6cc8e2cb0c2c17125642d8d6323b2b
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-13 19:59:19 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-13 20:43:43 +0000

    .gitignore: Ignore files which are local
    
    PR:             275745
    Approved by:    portmgr
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 20c453136cd1..69ea1937a19a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,8 @@
 /packages
 /security/vuxml/vuln-flat.xml
 Makefile.local
+Mk/bsd.local.mk
+Mk/bsd.overlay.mk
 /*/*/work
 /*/*/work-*
 /INDEX-[0-9]*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312132043.3BDKhwTm054312>