Compare commits

...

4 Commits

Author SHA1 Message Date
luismario888
2cf117bae9
Merge 0e5d7be211 into f963896e65 2026-04-03 14:24:57 -07:00
Devin Dooley
f963896e65
Merge pull request #4818 from vicgeentor/patch-1
Update Agda.gitignore to exclude MAlonzo directories in any location
2026-04-03 14:15:11 -07:00
Vic
8431b56bed
include MAlonzo directories in any location 2026-03-18 14:07:30 +01: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 1 deletions

View File

@ -1,2 +1,2 @@
*.agdai
MAlonzo/**
**/MAlonzo/**

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