mirror of https://github.com/Enne2/win9xman
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
447 B
44 lines
447 B
# DOSBox-X Windows Manager .gitignore |
|
|
|
# Disk images |
|
*.img |
|
*.vhd |
|
*.vdi |
|
*.vmdk |
|
disks/ |
|
|
|
# ISO files |
|
*.iso |
|
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_*
|
|
|