Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Add webboot binary and macOS .DS_Store to gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Zhang <paulz@ucla.edu>
  • Loading branch information
paulzzy committed Sep 13, 2022
1 parent 4f7a373 commit adae404
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
@@ -1,3 +1,6 @@
# webboot binary
webboot

# Binaries for programs and plugins
*.exe
*.exe~
Expand Down Expand Up @@ -29,3 +32,6 @@ u-root

# Kernel binary for integration testing
integration/bzImage

# macOS
.DS_Store

0 comments on commit adae404

Please sign in to comment.