# The local makefile should be ignored:
Makefile.local

# And the description file and the grs which are generated automatically
openmsx.obm
openmsx-*
openmsx.tar

# Ignore intermediate files created by the Makefile:
docs/license.txt
docs/changelog.txt
docs/readme.txt

# Ignore directories from bundle creation / install:
openmsx-nightly*
openmsx

#The .renum dir
.renum

# Ignore frequent development left-overs like
# editor backups, patches, rejects etc. pp
*.orig
*.bak
*.log
*.rej
*.diff
*.patch
*.kate-swp

# Files created by Mac image preview and file browser:
.DS_Store
Thumbs.db
