diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-12-25 02:55:41 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2025-02-07 21:54:55 +0100 |
commit | ec9c031a2768c0c38875776e25dbf2e9e7801b9e (patch) | |
tree | 2661d2c52ec740641a56f5169d1ba8675fb3fcb5 /x86-bare-metal/mbr-pure-zig/.gitignore | |
parent | 0d857026c43ce887196c84c7d722c2e81cc8dacf (diff) | |
download | zig-playground-ec9c031a2768c0c38875776e25dbf2e9e7801b9e.tar.gz zig-playground-ec9c031a2768c0c38875776e25dbf2e9e7801b9e.zip |
mbr: zig only real mode 16 bit
Diffstat (limited to 'x86-bare-metal/mbr-pure-zig/.gitignore')
-rw-r--r-- | x86-bare-metal/mbr-pure-zig/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x86-bare-metal/mbr-pure-zig/.gitignore b/x86-bare-metal/mbr-pure-zig/.gitignore new file mode 100644 index 0000000..a92a67f --- /dev/null +++ b/x86-bare-metal/mbr-pure-zig/.gitignore @@ -0,0 +1 @@ +BUILD/
\ No newline at end of file |