From df01127274b9a99fdc90730c22faf4ce5799a416 Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Thu, 5 Mar 2020 19:09:27 -0400 Subject: [PATCH] Don't ignore .exe, .png, .gif These are part of the source code (in the documentation, and used in the Windows build) so we really should still be including them. (We can aim at eliminating them, but should eliminate them from git, not just from exported source). --- .gitattributes | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index f96e66404..9a5991388 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,6 +2,3 @@ external/date/test export-ignore external/nlohmann/doc export-ignore external/nlohmann/test export-ignore external/nlohmann/benchmarks/data export-ignore -*.exe export-ignore -*.png export-ignore -*.gif export-ignore \ No newline at end of file