*~ *bak .*.swp *.jsone # ignore all kinds of binary files: *.o *.bin *.ihx *.hex *.exe tags # ignore files generated by sdcc: *.cdb *.adb *.ihx *.asm *.lst *.rel *.rst *.sym *.lk *.map # ignore files generated by the Arduino make system: build-*/ # ignore test log files: *test.log # ignore files generated by patch: *.orig *.rej # ignore mkdocs build directory site/ # ignore my scratch directory notes/ .DS_Store