mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 03:37:05 +02:00
Compare commits
5 Commits
94daa6ba26
...
77db86065d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77db86065d | ||
|
|
c677dd99d4 | ||
|
|
a78658650d | ||
|
|
6a7b122e75 | ||
|
|
0e5d7be211 |
@ -1,5 +1,6 @@
|
||||
# General
|
||||
.DS_Store
|
||||
.localized
|
||||
__MACOSX/
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
11
MPLABX.gitignore
Normal file
11
MPLABX.gitignore
Normal file
@ -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
|
||||
Loading…
Reference in New Issue
Block a user