mirror of
https://github.com/github/gitignore
synced 2024-11-26 05:34:21 +01:00
Create MPLABX.gitignore
Added a .gitignore template for Microchip MPLAB X IDE
This commit is contained in:
parent
f9291de89f
commit
0e5d7be211
11
MPLABX.gitignore
Normal file
11
MPLABX.gitignore
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
## Should be placed at the root (.X folder) of the project
|
||||||
|
## Ignore MPLAB X build results, and
|
||||||
|
## files generated by popular MPLAB X Compilation
|
||||||
|
##
|
||||||
|
## Get latest from https://github.com/github/gitignore/blob/master/MPLABX.gitignore
|
||||||
|
|
||||||
|
/dist
|
||||||
|
/build
|
||||||
|
/nbproject/Makefile-*
|
||||||
|
/nbproject/Package-*
|
||||||
|
/nbproject/private
|
Loading…
Reference in New Issue
Block a user