mirror of
https://github.com/retro-software/B5500-software.git
synced 2026-02-27 16:52:39 +00:00
1. Commit library tape images, directories, and extracted text files. 2. Commit additional utilities under Unisys-Emode-Tools.
54 lines
895 B
Plaintext
54 lines
895 B
Plaintext
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
* text=auto
|
|
|
|
# Explicitly declare text files you want to always be normalized and converted
|
|
# to native line endings on checkout.
|
|
*.*_m text
|
|
*.alg text
|
|
*.bas text
|
|
*.bat text
|
|
*.card text
|
|
*.cmd text
|
|
*.cob text
|
|
*.css text
|
|
*.dat text
|
|
*.for text
|
|
*.gtl text
|
|
*.html text
|
|
*.js text
|
|
*.lst text
|
|
*.mca text
|
|
*.md text
|
|
*.pt text
|
|
*.sno text
|
|
*.svg text
|
|
*.tape text
|
|
*.txt text
|
|
*.vbs text
|
|
*.wipl text
|
|
*.wsf text
|
|
*.xal text
|
|
|
|
.gitignore
|
|
.gitattributes
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
*.bcd binary
|
|
*.cod binary
|
|
*.disk binary
|
|
*.doc binary
|
|
*.docx binary
|
|
*.gif binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.pdf binary
|
|
*.png binary
|
|
*.ppt binary
|
|
*.tap binary
|
|
*.ttf binary
|
|
*.woff binary
|
|
*.xls binary
|
|
*.xlsx binary
|
|
*.zip binary
|
|
*.7z binary
|