svn commit: r327609 - stable/11
Eitan Adler
eadler at FreeBSD.org
Sat Jan 6 05:00:38 UTC 2018
Author: eadler
Date: Sat Jan 6 05:00:36 2018
New Revision: 327609
URL: https://svnweb.freebsd.org/changeset/base/327609
Log:
MFC r327183:
.git*: add gitattributes and gitignore
For users of the git mirrors, lets provide useful git configuration
files.
Added:
stable/11/.gitattributes
- copied unchanged from r327183, head/.gitattributes
stable/11/.gitignore
- copied unchanged from r327183, head/.gitignore
Modified:
Directory Properties:
stable/11/ (props changed)
Copied: stable/11/.gitattributes (from r327183, head/.gitattributes)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ stable/11/.gitattributes Sat Jan 6 05:00:36 2018 (r327609, 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/11/.gitignore (from r327183, head/.gitignore)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ stable/11/.gitignore Sat Jan 6 05:00:36 2018 (r327609, 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
mailing list