Permalink
Browse files

Avoid merge conflicts in NEWS file

by using the `union` merge strategy.

See also http://krlmlr.github.io/using-gitattributes-to-avoid-merge-conflicts/.
  • Loading branch information...
1 parent 1da88f3 commit 3aeaa1f76eb47b5300f390b20258dd28aaab5986 @krlmlr krlmlr committed Feb 25, 2014
Showing with 2 additions and 0 deletions.
  1. +1 −0 .Rbuildignore
  2. +1 −0 .gitattributes
View
@@ -2,3 +2,4 @@ visual_test
^.*\.Rproj$
^\.Rproj\.user$
^\.travis\.yml$
+^/\.gitattributes$
View
@@ -0,0 +1 @@
+/NEWS merge=union

0 comments on commit 3aeaa1f

Please sign in to comment.