Compare commits

...

5 Commits

Author SHA1 Message Date
Oliver Blaser
38b5b37a13
Merge 1addbbb2d7 into c677dd99d4 2026-04-08 14:20:16 +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
Oliver Blaser
1addbbb2d7 added MPLAB X 2025-12-22 15:01:16 +01:00
2 changed files with 49 additions and 0 deletions

View File

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

View File

@ -0,0 +1,48 @@
# gitignore for Microchip MPLAB X projects
# to be placed in the root directory (*.X) of the project
#
# based on https://microchipdeveloper.com/faq:72
# and https://developerhelp.microchip.com/xwiki/bin/view/software-tools/ides/x/version-control/working-with-version-control
# binary output directories
/build/
/debug/
/dist/
# project cache
/.generated_files/
/nbproject/private/
/nbproject/Makefile-*
/nbproject/Package-*
# keep project settings and configuration
!/nbproject/*.xml
# if older versions of MPLAB X are used (including this file does not interfere
# with recent versions)
!/nbproject/project.properties
# code configurator
/mcc_generated_files/
mcc-manifest-*.yml
# log files
/defmplabxtrace.log*
/queuelogs/
# intermediate and output file types (as a fallback)
*.a
*.bin
*.d
*.elf
*.hex
*.lst
*.map
*.o
*.obj
*.obj.dmp
*.p1
*.pre
*.sdb
*.so
*.sym