svn commit: r327608 - stable/10

Eitan Adler eadler at FreeBSD.org
Sat Jan 6 05:00:31 UTC 2018


Author: eadler
Date: Sat Jan  6 05:00:30 2018
New Revision: 327608
URL: https://svnweb.freebsd.org/changeset/base/327608

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

Added:
  stable/10/.gitattributes
     - copied unchanged from r327183, head/.gitattributes
  stable/10/.gitignore
     - copied unchanged from r327183, head/.gitignore
Modified:
Directory Properties:
  stable/10/   (props changed)

Copied: stable/10/.gitattributes (from r327183, head/.gitattributes)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ stable/10/.gitattributes	Sat Jan  6 05:00:30 2018	(r327608, copy of r327183, head/.gitattributes)
@@ -0,0 +1,5 @@
+*.c    diff=cpp
+*.h    diff=cpp
+*.cpp  diff=cpp
+*.hpp  diff=cpp
+*.py   diff=python

Copied: stable/10/.gitignore (from r327183, head/.gitignore)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ stable/10/.gitignore	Sat Jan  6 05:00:30 2018	(r327608, copy of r327183, head/.gitignore)
@@ -0,0 +1,18 @@
+_.tinderbox.*
+_.amd64.*
+_.arm.*
+_.arm64.*
+_.i386.*
+_.ia64.*
+_.mips.*
+_.pc98.*
+_.powerpc.*
+_.riscv.*
+_.sparc64.*
+_.sun4v.*
+GPATH
+GRTAGS
+GTAGS
+ID
+cscope.out
+?cscope.out


More information about the svn-src-stable-10 mailing list