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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to