Update root support files.

This commit is contained in:
Jennifer Taylor 2021-06-27 16:14:43 +00:00
parent fafed60770
commit ffee6fcd1c
2 changed files with 7 additions and 0 deletions

4
.gitignore vendored
View File

@ -127,3 +127,7 @@ dmypy.json
# Pyre type checker
.pyre/
# Vim crap
*.swp
*.swo

View File

@ -1,2 +1,5 @@
# arcadeutils
Collection of utilities written in Python for working with various arcade binaries.
This is mostly suited towards the separated formats found in MAME archival releases
but also work on a variety of binaries from basically anywhere.