mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
ignore hidden files/folders
This commit is contained in:
parent
b32f9cea77
commit
c69e0c8246
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -16,3 +16,4 @@
|
|||
*.o
|
||||
*.d
|
||||
/zealbooter/limine.h
|
||||
*.
|
|
@ -95,7 +95,7 @@ else
|
|||
vm)
|
||||
mount_vdisk
|
||||
echo "Copying src to vdisk..."
|
||||
sudo cp -r ../src/* $TMPMOUNT
|
||||
sudo rsync -av --exclude='.*' ../src/ $TMPMOUNT/
|
||||
umount_vdisk
|
||||
echo "Finished."
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue