svn commit: r376072 - head
Alfred Perlstein
alfred at FreeBSD.org
Fri Jan 2 22:15:42 UTC 2015
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]
More information about the svn-ports-all
mailing list