stmbl/.gitignore

77 lines
783 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-12-03 13:45:26 +00:00
.depend
*.list
*.out
2015-11-27 19:22:26 +00:00
*.pyc
2017-08-16 00:54:14 +00:00
.vscode/*
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
2017-01-05 16:13:11 +00:00
obj_*
2017-02-27 20:37:21 +00:00
inc/commandslist.h
inc/hal_tbl.h
src/hal_tbl.c
2017-07-12 20:12:58 +00:00
src/conf_templates.c
2017-02-27 20:37:21 +00:00
stm32f303/inc/commandslist.h
stm32f303/inc/hal_tbl.h
stm32f303/src/hal_tbl.c