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

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ive committed Aug 9, 2018
1 parent 2cbe7df commit e67535d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ oscdimg.exe
grub/*/*.image
grub/*/*.module
grub/*/*.exec
grub/*/config.h
grub/*/config.h
samples/*
3 changes: 3 additions & 0 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,8 @@ echo WARNING: Non-GPL module^(s^) enabled!
if exist arch\legacy\wimboot (
copy arch\legacy\wimboot build\
)
if exist samples\test.iso (
copy samples\test.iso build\
)
bin\mkisofs.exe -R -hide-joliet boot.catalog -b fmldr -no-emul-boot -allow-lowercase -boot-load-size 4 -boot-info-table -o grubfm.iso build
rd /s /q build

0 comments on commit e67535d

Please sign in to comment.