Add .gitignore

This commit is contained in:
sebgab 2024-02-28 11:53:49 +00:00
parent b7199d56e7
commit 47655601ca

29
.gitignore vendored Normal file
View File

@ -0,0 +1,29 @@
# .gitignore file
#
# Set up for Microchip/MPLAB X development
#
# John Haroian
# Greg Mrozek
#
# Updated January 18, 2023
# MPLAB X IDE (Netbeans) specific
**/*.X/~*.*
**/*.X/build/
**/*.X/debug/
**/*.X/dist/
**/*.X/disassembly/
**/*.X/.generated_files/
**/*.X/nbproject/private/
**/*.X/nbproject/*.mk
**/*.X/nbproject/*.bash
**/*.X/nbproject/Makefile-genesis.properties
**/*.X/queuelogs/
# MCC specific
**/*.X/*mc3.bak*
# Large Files
*.exe
*.zip
*.pdf