From 0e5d7be211159fd329a7ec1bb486467bac9a1a40 Mon Sep 17 00:00:00 2001 From: luismario888 Date: Fri, 21 Jun 2019 15:15:59 -0500 Subject: [PATCH] Create MPLABX.gitignore Added a .gitignore template for Microchip MPLAB X IDE --- MPLABX.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 MPLABX.gitignore diff --git a/MPLABX.gitignore b/MPLABX.gitignore new file mode 100644 index 00000000..c06fd712 --- /dev/null +++ b/MPLABX.gitignore @@ -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