diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-03-24 12:47:20 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-03-24 12:47:20 +0000 |
commit | ff197185ccc7e9b74ac9fcf96208294f7b6f9e31 (patch) | |
tree | d5faacc8f6fd5342477383e62d22df189aaa76ac /.gitattributes | |
parent | 3acbeab36bb99384a878ad73de3a20a160cbc054 (diff) |
Add a global .gitattributes file, exported from subversion's autoprops.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=411777
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000000..fdfe7a72390f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +bsd.*.mk svn-properties=svn:keywords=FreeBSD=%H;svn:eol-style=native;svn:mime-type=text/plain +distinfo* svn-properties=fbsd:nokeywords=yes;svn:eol-style=native;svn:mime-type=text/plain +extrapatch-* svn-properties=fbsd:nokeywords=yes;svn:eol-style=native;svn:mime-type=text/plain +extra-patch-* svn-properties=fbsd:nokeywords=yes;svn:eol-style=native;svn:mime-type=text/plain +patch-* svn-properties=fbsd:nokeywords=yes;svn:eol-style=native;svn:mime-type=text/plain +pkg-* svn-properties=fbsd:nokeywords=yes;svn:eol-style=native;svn:mime-type=text/plain +Makefile* svn-properties=svn:keywords=FreeBSD=%H;svn:eol-style=native;svn:mime-type=text/plain +Mk/*.mk svn-properties=svn:keywords=FreeBSD=%H;svn:eol-style=native;svn:mime-type=text/plain +Mk/Scripts/*.sh svn-properties=svn:keywords=FreeBSD=%H;svn:eol-style=native;svn:mime-type=text/plain |