mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 11:47:22 +02:00
Compare commits
12 Commits
534e889328
...
c233020587
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c233020587 | ||
|
|
e9c620b9f6 | ||
|
|
5853962226 | ||
|
|
c5bf3caf29 | ||
|
|
7514684825 | ||
|
|
ad49657df2 | ||
|
|
9ffced6030 | ||
|
|
49990d1d63 | ||
|
|
3d21cef359 | ||
|
|
de90107f1a | ||
|
|
9aa86b4610 | ||
|
|
1addbbb2d7 |
@ -7,7 +7,7 @@ release.properties
|
|||||||
dependency-reduced-pom.xml
|
dependency-reduced-pom.xml
|
||||||
buildNumber.properties
|
buildNumber.properties
|
||||||
.mvn/timing.properties
|
.mvn/timing.properties
|
||||||
# https://maven.apache.org/wrapper/#usage-without-binary-jar
|
# https://maven.apache.org/tools/wrapper/#Usage_with_or_without_Binary_JAR
|
||||||
.mvn/wrapper/maven-wrapper.jar
|
.mvn/wrapper/maven-wrapper.jar
|
||||||
|
|
||||||
# Eclipse m2e generated files
|
# Eclipse m2e generated files
|
||||||
|
|||||||
@ -4,3 +4,6 @@ result-*
|
|||||||
|
|
||||||
# Ignore automatically generated direnv output
|
# Ignore automatically generated direnv output
|
||||||
.direnv
|
.direnv
|
||||||
|
|
||||||
|
# Ignore NixOS interactive test driver history
|
||||||
|
**/.nixos-test-history
|
||||||
|
|||||||
@ -75,6 +75,11 @@ acs-*.bib
|
|||||||
# comment
|
# comment
|
||||||
*.cut
|
*.cut
|
||||||
|
|
||||||
|
# context
|
||||||
|
*.tuc
|
||||||
|
*.tui
|
||||||
|
*.tuo
|
||||||
|
|
||||||
# cprotect
|
# cprotect
|
||||||
*.cpt
|
*.cpt
|
||||||
|
|
||||||
|
|||||||
48
community/embedded/MPLAB-X.gitignore
Normal file
48
community/embedded/MPLAB-X.gitignore
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
# gitignore for Microchip MPLAB X projects
|
||||||
|
# to be placed in the root directory (*.X) of the project
|
||||||
|
#
|
||||||
|
# based on https://microchipdeveloper.com/faq:72
|
||||||
|
# and https://developerhelp.microchip.com/xwiki/bin/view/software-tools/ides/x/version-control/working-with-version-control
|
||||||
|
|
||||||
|
# binary output directories
|
||||||
|
/build/
|
||||||
|
/debug/
|
||||||
|
/dist/
|
||||||
|
|
||||||
|
# project cache
|
||||||
|
/.generated_files/
|
||||||
|
/nbproject/private/
|
||||||
|
/nbproject/Makefile-*
|
||||||
|
/nbproject/Package-*
|
||||||
|
|
||||||
|
# keep project settings and configuration
|
||||||
|
!/nbproject/*.xml
|
||||||
|
|
||||||
|
# if older versions of MPLAB X are used (including this file does not interfere
|
||||||
|
# with recent versions)
|
||||||
|
!/nbproject/project.properties
|
||||||
|
|
||||||
|
# code configurator
|
||||||
|
/mcc_generated_files/
|
||||||
|
mcc-manifest-*.yml
|
||||||
|
|
||||||
|
# log files
|
||||||
|
/defmplabxtrace.log*
|
||||||
|
/queuelogs/
|
||||||
|
|
||||||
|
# intermediate and output file types (as a fallback)
|
||||||
|
*.a
|
||||||
|
*.bin
|
||||||
|
*.d
|
||||||
|
*.elf
|
||||||
|
*.hex
|
||||||
|
*.lst
|
||||||
|
*.map
|
||||||
|
*.o
|
||||||
|
*.obj
|
||||||
|
*.obj.dmp
|
||||||
|
*.p1
|
||||||
|
*.pre
|
||||||
|
*.sdb
|
||||||
|
*.so
|
||||||
|
*.sym
|
||||||
Loading…
Reference in New Issue
Block a user