ignore
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user