mcu_base/.gitignore

29 lines
205 B
Plaintext
Raw Normal View History

# Standard stuff
*~
*.swp
*.orig
*.rej
2013-08-03 13:10:55 -04:00
*.dep
# Compiled binaries
*.a
*.o
*.elf
*.bin
*.ld
2013-10-23 11:54:43 -04:00
*.map
# Autogenerated files
2014-02-18 10:18:37 -05:00
*.d
*.dt
inc/version.h
.depend
TAGS
tags
2013-08-03 21:11:55 -04:00
.toolchain-*
2015-07-25 10:02:02 -04:00
# Other stuff
Makefile.opts