diff options
author | Sanjit Bhat <[email protected]> | 2023-11-12 15:32:04 -0500 |
---|---|---|
committer | Sanjit Bhat <[email protected]> | 2023-11-12 15:32:04 -0500 |
commit | a6af72924b115c1177d18d9b1eaba56623e4248b (patch) | |
tree | 63955e22e3191407f7d551474d7c015142130dc9 /.gitignore | |
parent | 5464552a43916f6336787bafd1149ce2aa30f6af (diff) | |
download | xv6-labs-a6af72924b115c1177d18d9b1eaba56623e4248b.tar.gz xv6-labs-a6af72924b115c1177d18d9b1eaba56623e4248b.tar.bz2 xv6-labs-a6af72924b115c1177d18d9b1eaba56623e4248b.zip |
refine mkfs gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ entryother initcode initcode.out kernelmemfs -mkfs +mkfs/mkfs kernel/kernel user/usys.S .gdbinit |