Skip to content

Commit d8314e8

Browse files
committed
Fix generate_document.sh
Was broken due to DOS line endings. Fixed naming of resulting files.
1 parent e2c01f6 commit d8314e8

4 files changed

+2232
-5543
lines changed

.gitattributes

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Let git fix markdown files to the appropriate ending for the platform
2+
*.md text
3+
4+
# Images are blobs. Don't touch
5+
*.jpg binary
6+
*.png binary
7+
8+
# Make git leave Python and shell scripts alone to prevent bugs when running them under Windows Subsystem for Linux bash
9+
*.py -text
10+
*.sh -text
Binary file not shown.

0 commit comments

Comments
 (0)