diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0e5ddbd --- /dev/null +++ b/.gitignore @@ -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 +