Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Dec 2017 21:07:55 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r327183 - head
Message-ID:  <201712252107.vBPL7tt1088336@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Mon Dec 25 21:07:54 2017
New Revision: 327183
URL: https://svnweb.freebsd.org/changeset/base/327183

Log:
  .git*: add gitattributes and gitignore
  
  For users of the git mirrors, lets provide useful git configuration
  files.

Added:
  head/.gitattributes   (contents, props changed)
  head/.gitignore   (contents, props changed)

Added: head/.gitattributes
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/.gitattributes	Mon Dec 25 21:07:54 2017	(r327183)
@@ -0,0 +1,5 @@
+*.c    diff=cpp
+*.h    diff=cpp
+*.cpp  diff=cpp
+*.hpp  diff=cpp
+*.py   diff=python

Added: head/.gitignore
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/.gitignore	Mon Dec 25 21:07:54 2017	(r327183)
@@ -0,0 +1,18 @@
+_.tinderbox.*
+_.amd64.*
+_.arm.*
+_.arm64.*
+_.i386.*
+_.ia64.*
+_.mips.*
+_.pc98.*
+_.powerpc.*
+_.riscv.*
+_.sparc64.*
+_.sun4v.*
+GPATH
+GRTAGS
+GTAGS
+ID
+cscope.out
+?cscope.out



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