asagiri/.gitignore

48 lines
588 B
Plaintext
Raw Normal View History

2023-10-18 05:15:44 -07:00
# ---> macOS
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
2023-10-19 10:50:57 +03:00
Icon
2023-10-18 05:15:44 -07:00
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
2023-10-19 10:50:57 +03:00
# IDE Files
.vscode
# Dependencies
2023-10-19 19:40:07 +03:00
u-boot/
2023-10-19 10:50:57 +03:00
# Build
bin/
obj/
build/
2023-10-19 19:40:07 +03:00
yukari.bin
yukari.uimg
asagiri.img
drive.img
2023-11-24 09:13:03 +03:00
boot.scr
# Toolchain files
binutils-*.tar.gz
gcc-*.tar.gz