mirror of
https://github.com/Enne2/win9xman.git
synced 2026-09-26 05:16:30 +00:00
first commit
This commit is contained in:
+44
@@ -0,0 +1,44 @@
|
||||
# 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_*
|
||||
Reference in New Issue
Block a user