Skip to content

Instantly share code, notes, and snippets.

@zeha
Created July 15, 2013 11:49
Show Gist options
  • Star 13 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save zeha/5999375 to your computer and use it in GitHub Desktop.
Save zeha/5999375 to your computer and use it in GitHub Desktop.
gitignore for MPLAB X projects
*.d
*.pre
*.p1
*.lst
*.sym
*.obj
*.o
*.sdb
*.obj.dmp
html/
nbproject/private/
nbproject/Package-*.bash
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml
funclist
nbproject/Makefile-*
disassembly/
*.map
@mikehaines1
Copy link

I added .generated_files which MPLAB X IDE v6.00 was creating.

@tuarrep
Copy link

tuarrep commented Jun 11, 2023

I added *.log and *.log.inx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment