Compare commits

...

5 Commits

Author SHA1 Message Date
luismario888
77db86065d
Merge 0e5d7be211 into c677dd99d4 2026-04-08 23:15:48 +00:00
Devin Dooley
c677dd99d4
Merge pull request #4834 from wispgitgecko9/patch-2
Update macOS.gitignore
2026-04-07 20:04:22 -07:00
Devin Dooley
a78658650d
Revert change to Icon rule 2026-04-07 20:02:07 -07:00
WiSP
6a7b122e75
Update macOS.gitignore
Added .localized file to the gitignore.
2026-04-03 21:59:36 -05:00
luismario888
0e5d7be211
Create MPLABX.gitignore
Added a .gitignore template for Microchip MPLAB X IDE
2019-06-21 15:15:59 -05:00
2 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# General
.DS_Store
.localized
__MACOSX/
.AppleDouble
.LSOverride

11
MPLABX.gitignore Normal file
View 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