Initial commit of MPLABX version
This commit is contained in:
commit
d80b03bdf0
10 changed files with 251 additions and 0 deletions
39
.gitignore
vendored
Normal file
39
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
# Created by https://www.toptal.com/developers/gitignore/api/mplabx
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=mplabx
|
||||
|
||||
### MPLabX ###
|
||||
#Ignore List for Microchip's MPLAB X IDE
|
||||
#It's a form of NetBeans with vendor specific changes
|
||||
#Taken from zeha on GIST https://gist.github.com/zeha/5999375
|
||||
#Updated by Cristian Cristea (https://github.com/cristiancristea00)
|
||||
|
||||
*.d
|
||||
*.pre
|
||||
*.p1
|
||||
*.lst
|
||||
*.sym
|
||||
*.obj
|
||||
*.o
|
||||
*.sdb
|
||||
*.obj.dmp
|
||||
*.mk
|
||||
*.map
|
||||
*.properties
|
||||
*.production
|
||||
*.debug
|
||||
html/
|
||||
nbproject/private/
|
||||
nbproject/Package-*.bash
|
||||
build/
|
||||
nbbuild/
|
||||
dist/
|
||||
nbdist/
|
||||
nbactions.xml
|
||||
nb-configuration.xml
|
||||
funclist
|
||||
nbproject/Makefile-*
|
||||
disassembly/
|
||||
.generated_files/
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/mplabx
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue