Skip to content

Instantly share code, notes, and snippets.

@mrowrpurr
Last active August 15, 2021 03:30
Show Gist options
  • Save mrowrpurr/bcad1ef37220d54dfb088ea5301b29f7 to your computer and use it in GitHub Desktop.
Save mrowrpurr/bcad1ef37220d54dfb088ea5301b29f7 to your computer and use it in GitHub Desktop.
Skyrim .gitignore and .gitattributes
# Auto detect text files and perform LF normalization
* text=auto
# Binary files (no line-ending conversions), diff using hexdump
*.esp binary diff=hex
*.pex binary diff=hex
*.bsa
*.zip
*.7z
*.rar
*.pas
SSEEDIT*
[diff "hex"]
textconv = hexdump -C
binary = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment