mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-03-21 17:24:42 -05:00
Merge pull request #99 from luckytyphlosion/master
Heavily refactor gbz80disasm.py (todo: unittests)
This commit is contained in:
commit
426c6b8637
11
.gitattributes
vendored
Normal file
11
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Auto detect text files and perform LF normalization
|
||||
* text eol=lf
|
||||
|
||||
# Explicitly declare text files you want to always be normalized and converted
|
||||
# to native line endings on checkout.
|
||||
*.py text
|
||||
*.txt text
|
||||
*.MD text
|
||||
*.c text
|
||||
*.data text
|
||||
*.in text
|
||||
16
.gitignore
vendored
16
.gitignore
vendored
|
|
@ -14,9 +14,25 @@
|
|||
*.gbc
|
||||
*.gb
|
||||
|
||||
# asm files
|
||||
*.asm
|
||||
|
||||
# symfile
|
||||
*.sym
|
||||
|
||||
# generated
|
||||
*.tx
|
||||
|
||||
# output for some scripts
|
||||
*.1bpp
|
||||
*.2bpp
|
||||
*.png
|
||||
*.bst
|
||||
*.map
|
||||
*.wav
|
||||
*.blk
|
||||
*.pic
|
||||
|
||||
# swap files for vim
|
||||
.*.swp
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user