diff options
author | Mike Buland <mike@xagasoft.com> | 2024-07-15 12:59:18 -0700 |
---|---|---|
committer | Mike Buland <mike@xagasoft.com> | 2024-07-15 12:59:18 -0700 |
commit | 499cdaf05204a40d86e0e1b4dd32709b3ab67e20 (patch) | |
tree | 5fa31a6e4b4e2c3abde43b4e52ef3a88f6cab864 /.gitignore | |
parent | 4bf0f0c256693e30017f9bea60cf55aa97f8994a (diff) | |
download | libbu++-499cdaf05204a40d86e0e1b4dd32709b3ab67e20.tar.gz libbu++-499cdaf05204a40d86e0e1b4dd32709b3ab67e20.tar.bz2 libbu++-499cdaf05204a40d86e0e1b4dd32709b3ab67e20.tar.xz libbu++-499cdaf05204a40d86e0e1b4dd32709b3ab67e20.zip |
MyriadFs improvements and new helper tool.
I think the interface could be a lot better...but it does work and we
can use it examine and work with MyriadFs files.
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,7 @@ | |||
7 | /myriad.exe | 7 | /myriad.exe |
8 | /jsontool.exe | 8 | /jsontool.exe |
9 | /rununits.exe | 9 | /rununits.exe |
10 | /myriadfs.exe | ||
10 | /autoconfig | 11 | /autoconfig |
11 | /bin2cpp | 12 | /bin2cpp |
12 | /mkunit | 13 | /mkunit |
@@ -14,6 +15,7 @@ | |||
14 | /viewcsv | 15 | /viewcsv |
15 | /jsontool | 16 | /jsontool |
16 | /rununits | 17 | /rununits |
18 | /myriadfs | ||
17 | .*.swp | 19 | .*.swp |
18 | .*.un~ | 20 | .*.un~ |
19 | /src/autoconfig.h | 21 | /src/autoconfig.h |