stmbl/.gitignore

74 lines
716 B
Plaintext
Raw Permalink Normal View History

2013-12-09 22:06:43 +00:00
*.i
*.o
*.a
*.elf
*.hex
*.bin
2014-09-20 13:33:58 +00:00
*.map
2014-10-21 16:23:57 +00:00
*.log
2016-07-01 00:49:27 +00:00
#*.net
2014-10-21 16:23:57 +00:00
*.raw
2015-09-08 23:19:55 +00:00
*.swp
2013-12-09 22:06:43 +00:00
.DS_Store
2014-08-19 21:40:31 +00:00
term/build
2014-10-01 22:02:45 +00:00
term/xbuild
2015-09-08 23:19:55 +00:00
new_term/build
new_term/xbuild
2014-09-17 15:02:49 +00:00
term/win32/bin
2014-12-03 13:45:26 +00:00
.depend
*.list
*.out
2015-11-27 19:22:26 +00:00
*.pyc
2015-12-02 01:34:17 +00:00
tools/pycrc*
2014-07-21 18:14:27 +00:00
2014-09-25 17:33:52 +00:00
sim/sim
sim/plot
2014-12-29 12:47:11 +00:00
stmblx
2014-12-15 01:08:13 +00:00
*.ngc
2014-07-21 18:14:27 +00:00
# Ignore list for Eagle, a PCB layout tool
# Backup files
*.s#?
*.b#?
*.l#?
2015-12-02 01:34:17 +00:00
*.lck
2014-07-21 18:14:27 +00:00
2015-12-08 02:37:36 +00:00
# kicad bak files
hw/kicad/*.bak
hw/kicad/*/*.bak
hw/kicad/*/*/*.bak
2014-07-21 18:14:27 +00:00
# Eagle project file
# It contains a serial number and references to the file structure
# on your computer.
# comment the following line if you want to have your project file included.
eagle.epf
# CAM files
*.$$$
*.cmp
*.ly2
*.l15
*.sol
*.plc
*.stc
*.sts
*.crc
*.crs
*.dri
*.drl
*.gpi
*.pls
*.drd
*.drd.*
*.info
*.eps
2015-12-30 07:14:51 +00:00
obj_app/
obj_boot/
obj_hv/