Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Add .gitignore file
Browse files Browse the repository at this point in the history
Ignore files and folder that are output from the set up, configure,
build or run steps.

Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
  • Loading branch information
razvand committed Jul 1, 2023
1 parent 4442a5e commit ae5d80f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/.config
/fs0/nginx/logs/
/build/
/.unikraft/
File renamed without changes.
2 changes: 1 addition & 1 deletion run-qemu-aarch64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ sudo /usr/bin/qemu-system-aarch64 \
-netdev bridge,id=en0,br=virbr0 -device virtio-net-pci,netdev=en0 \
-append "netdev.ipv4_addr=172.44.0.2 netdev.ipv4_gw_addr=172.44.0.1 netdev.ipv4_subnet_mask=255.255.255.0 --" \
-kernel build/nginx_qemu-arm64 -nographic \
-machine virt -cpu cortex-a57
-machine virt -cpu max

0 comments on commit ae5d80f

Please sign in to comment.