mirror of
https://github.com/Enne2/win9xman.git
synced 2026-09-23 20:16:29 +00:00
43 lines
438 B
Plaintext
43 lines
438 B
Plaintext
# DOSBox-X Windows Manager .gitignore
|
|
|
|
# Disk images
|
|
*.img
|
|
*.vhd
|
|
*.vdi
|
|
*.vmdk
|
|
|
|
# ISO files
|
|
*.iso
|
|
|
|
# Snapshots
|
|
snapshots/*
|
|
|
|
# Generated/temporary config files
|
|
temp_dosbox.conf
|
|
temp_dosbox_win95.conf
|
|
temp_config_tune.conf
|
|
|
|
# Backup files
|
|
*.bak
|
|
*~
|
|
*.old
|
|
*.backup
|
|
|
|
# Log files
|
|
*.log
|
|
*.log.*
|
|
|
|
# Windows system files
|
|
win98_drive/*
|
|
win95_drive/*
|
|
|
|
# Editor specific files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# Zenity temporary files
|
|
.zenity_*
|