git: 11fde3ec3c79 - main - Ignore Makefile.local everywhere.

Mathieu Arnold mat at FreeBSD.org
Tue Apr 6 09:39:40 UTC 2021


The branch main has been updated by mat:

URL: https://cgit.FreeBSD.org/ports/commit/?id=11fde3ec3c791f5aafd5195da18318c3f0f7a137

commit 11fde3ec3c791f5aafd5195da18318c3f0f7a137
Author:     Mathieu Arnold <mat at FreeBSD.org>
AuthorDate: 2021-04-06 09:00:50 +0000
Commit:     Mathieu Arnold <mat at FreeBSD.org>
CommitDate: 2021-04-06 09:39:18 +0000

    Ignore Makefile.local everywhere.
    
    There can be Makefile.local at the root level, in the category
    directories, as well as in ports themselves.
---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index b68d1541c1fb..20c453136cd1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,7 @@
 /distfiles
 /packages
 /security/vuxml/vuln-flat.xml
-/*/*/Makefile.local
+Makefile.local
 /*/*/work
 /*/*/work-*
 /INDEX-[0-9]*


More information about the dev-commits-ports-all mailing list