# no .a or .o file
*.[oa]

# ignore all files in the ** directory
/.vscode/*
/tmp/*

# ignore *.bin
*.bin

# ignore hard disk image
80m.img

# ignore tags file generated by ctags
tags
