mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 11:47:22 +02:00
Compare commits
7 Commits
422b1962c8
...
8ee8bd111b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8ee8bd111b | ||
|
|
84c6914a9b | ||
|
|
5f760225cf | ||
|
|
f963896e65 | ||
|
|
b9ad512a45 | ||
|
|
8431b56bed | ||
|
|
e0041f1269 |
@ -1,2 +1,2 @@
|
|||||||
*.agdai
|
*.agdai
|
||||||
MAlonzo/**
|
**/MAlonzo/**
|
||||||
|
|||||||
2
Lean.gitignore
Normal file
2
Lean.gitignore
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# cache and other artifacts produced by Lean's Lake build tool
|
||||||
|
.lake/
|
||||||
27
community/embedded/Microchip_MPLAB_X_IDE.gitignore
Normal file
27
community/embedded/Microchip_MPLAB_X_IDE.gitignore
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
#=============================================================================
|
||||||
|
# Microchip MPLAB X IDE .gitignore file.
|
||||||
|
#
|
||||||
|
# MPLABX: https://www.microchip.com/en-us/tools-resources/develop/mplab-x-ide
|
||||||
|
#
|
||||||
|
# MPLABX Version Control:-
|
||||||
|
# https://developerhelp.microchip.com/xwiki/bin/view/software-tools/ides/x/version-control/working-with-version-control/
|
||||||
|
#-----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
# MPLAB X (NetBeans) Project files
|
||||||
|
**/*.X/nbproject/private/
|
||||||
|
**/*.X/nbproject/Makefile-*
|
||||||
|
**/*.X/nbproject/Package-*
|
||||||
|
!**/*.X/nbproject/*.xml
|
||||||
|
|
||||||
|
# MPLAB X Generated Files and Build Output
|
||||||
|
**/*.X/.generated_files/
|
||||||
|
**/*.X/build/
|
||||||
|
**/*.X/dist/
|
||||||
|
**/*.X/debug/
|
||||||
|
|
||||||
|
# MPLAB Code Configurator (MCC)
|
||||||
|
**/*.X/mcc_generated_files/
|
||||||
|
**/*.X/mcc-manifest-*.yml
|
||||||
|
|
||||||
|
#-----------------------------------------------------------------------------
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user