This commit is contained in:
Martin Cholewa
2026-02-07 08:32:41 +01:00
parent 8a6d40e56e
commit cc1005d434

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# Bochs emulator
bochsout.txt
*.log
*.out
# Config (pokud lokální)
bochsrc
# OS images a disky
*.img
*.bin
*.iso
*.vhd
*.img.gz
# Build artifacts
*.o
*.elf
*.exe
*.com
# Temp
*~
.DS_Store
Thumbs.db