Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jan 2018 11:40:48 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458023 - head
Message-ID:  <201801041140.w04BemYB033766@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbn
Date: Thu Jan  4 11:40:48 2018
New Revision: 458023
URL: https://svnweb.freebsd.org/changeset/ports/458023

Log:
  Enhance .gitignore, svn:ingore and svn:global-ignores
  
   - Ignore working directories (and the flavored versions)
   - Ignore Makefile.local files
   - Synchronize the ignored files/directories between git and subversion
  
  NOTE: it was intentional to _not_ ignore .git and .svn directories in
  subversion and git respectively, as a dual checkout of the Ports tree is
  not supported.
  
  Approved by:		portmgr (mat)
  Differential Revision:	https://reviews.freebsd.org/D10698

Modified:
  head/.gitignore
Directory Properties:
  head/   (props changed)

Modified: head/.gitignore
==============================================================================
--- head/.gitignore	Thu Jan  4 11:11:26 2018	(r458022)
+++ head/.gitignore	Thu Jan  4 11:40:48 2018	(r458023)
@@ -1,6 +1,8 @@
 /distfiles
 /packages
+/*/*/Makefile.local
 /*/*/work
+/*/*/work-*
 /INDEX-[0-9]*
 *~
 *.rej



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