Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Commit f91a425

Browse files
PlagueHOgaelcolas
authored andcommitted
Add exe to .gitattributes to ensure binary
1 parent 49cc933 commit f91a425

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Needed for publishing of examples, build worker defaults to core.autocrlf=input.
22
* text eol=crlf
3+
4+
# Ensure any exe files are treated as binary
5+
*.exe binary

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22

33
## Unreleased
44

5+
- Change '.gitattributes' to ensure .exe files are
6+
treated as binary.
57
- Changes to DscResource.Template
68
- First version of the DscResource.Template

0 commit comments

Comments
 (0)