mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-26 15:26:43 +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
|
*.o
|
||||||
*.d
|
*.d
|
||||||
/zealbooter/limine.h
|
/zealbooter/limine.h
|
||||||
|
*.
|
|
@ -95,7 +95,7 @@ else
|
||||||
vm)
|
vm)
|
||||||
mount_vdisk
|
mount_vdisk
|
||||||
echo "Copying src to vdisk..."
|
echo "Copying src to vdisk..."
|
||||||
sudo cp -r ../src/* $TMPMOUNT
|
sudo rsync -av --exclude='.*' ../src/ $TMPMOUNT/
|
||||||
umount_vdisk
|
umount_vdisk
|
||||||
echo "Finished."
|
echo "Finished."
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue