From f0601a9e3ced31df8c5add6c0fffa5231115a36d Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Wed, 12 Apr 2017 12:50:31 -0400 Subject: [PATCH] MAINT: Mark .ipynb files as binary. Makes `git grep` not print the binary content of png files. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 377b48fb..d044edfa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ zipline/_version.py export-subst +*.ipynb binary