Skip to content

Commit

Permalink
Add tests/data directory to gitattributes
Browse files Browse the repository at this point in the history
This is to prevent a fresh checkout to show that test data file
tests/data/mongodb-sample-result.txt (which has a single CRLF line break
among other normal line breaks) is modified.

Tested by pushing this commit to my forked repository, checking it out
with `git clone` and confirming it would not show any conflicts right
away.

Signed-off-by: Filipe Brandenburger <filbranden@google.com>
  • Loading branch information
filbranden committed Jun 26, 2015
1 parent 31ae423 commit db965e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Expand Up @@ -3,3 +3,4 @@

# Don't let git change end of line characters in the data directory.
perfkitbenchmarker/data/* -text
tests/data/* -text

0 comments on commit db965e0

Please sign in to comment.