Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jan 2018 05:00:30 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r327608 - stable/10
Message-ID:  <201801060500.w0650UPO086711@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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