diff options
author | FreeArtMan <dos21h@gmail.com> | 2023-10-14 08:24:18 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2023-10-14 08:24:18 +0100 |
commit | 6db32478d5951f01fd055c61176db0fea84379a7 (patch) | |
tree | fd5dec7df6bb293f8754335648bb97c3c106bab4 /.gitignore | |
parent | d06103b3d68eff371751c0ab21c478077718a937 (diff) | |
download | os201-6db32478d5951f01fd055c61176db0fea84379a7.tar.gz os201-6db32478d5951f01fd055c61176db0fea84379a7.zip |
Compiling and createing arm64 image
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,4 +1,8 @@ *.o *.img +*.cpio +*.zst +*.tar.gz +*.tar.xz create_installroot/rootfs create_installroot/bootfs |