Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jan 2015 22:15:41 +0000 (UTC)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376072 - head
Message-ID:  <201501022215.t02MFfM7086660@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: alfred (src committer)
Date: Fri Jan  2 22:15:41 2015
New Revision: 376072
URL: https://svnweb.freebsd.org/changeset/ports/376072
QAT: https://qat.redports.org/buildarchive/r376072/

Log:
  gitignore add *~, *.{rej,orig}, INDEX and vim swapfiles
  
  This should make git usage a bit more clean.
  
  Reviewed by: bapt
  Differential Revision: https://reviews.freebsd.org/D1406
  Sponsored by: Norse

Modified:
  head/.gitignore

Modified: head/.gitignore
==============================================================================
--- head/.gitignore	Fri Jan  2 21:31:30 2015	(r376071)
+++ head/.gitignore	Fri Jan  2 22:15:41 2015	(r376072)
@@ -1,3 +1,8 @@
 /distfiles
 /packages
 /*/*/work
+/INDEX-[0-9]*
+*~
+*.rej
+*.orig
+*.sw[p-z]



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