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).
This commit is contained in:
Jason Rhinelander 2020-03-05 19:09:27 -04:00
parent 54b9934b8f
commit df01127274

3
.gitattributes vendored
View File

@ -2,6 +2,3 @@ external/date/test export-ignore
external/nlohmann/doc export-ignore external/nlohmann/doc export-ignore
external/nlohmann/test export-ignore external/nlohmann/test export-ignore
external/nlohmann/benchmarks/data export-ignore external/nlohmann/benchmarks/data export-ignore
*.exe export-ignore
*.png export-ignore
*.gif export-ignore