Skip to content

Commit

Permalink
Update gitignore to ignore output files from setup
Browse files Browse the repository at this point in the history
Update the .gitignore to ignore the .unikraft/ directory, which is the
output of the setup stage.

Signed-off-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #22
  • Loading branch information
StefanJum authored and unikraft-bot committed Jul 11, 2023
1 parent cd24a31 commit bdd00e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
build/
.config*
.config
.unikraft/

0 comments on commit bdd00e8

Please sign in to comment.