svn commit: r348482 - head

Bryan Drewery bdrewery at FreeBSD.org
Mon Mar 17 15:41:47 UTC 2014


Author: bdrewery
Date: Mon Mar 17 15:41:46 2014
New Revision: 348482
URL: http://svnweb.freebsd.org/changeset/ports/348482
QAT: https://qat.redports.org/buildarchive/r348482/

Log:
  - Only ignore top-level distfiles/packages and also ignore work dirs
  
  Submitted by:	Christoph Mallon <christoph.mallon at gmx.de>

Modified:
  head/.gitignore

Modified: head/.gitignore
==============================================================================
--- head/.gitignore	Mon Mar 17 15:20:03 2014	(r348481)
+++ head/.gitignore	Mon Mar 17 15:41:46 2014	(r348482)
@@ -1,3 +1,3 @@
-distfiles
-packages
-
+/distfiles
+/packages
+/*/*/work


More information about the svn-ports-all mailing list