-
Notifications
You must be signed in to change notification settings - Fork 109
/
.gitignore
91 lines (71 loc) · 1.06 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
/Debug/
/Release/
_build/
build/
buildEm/
buildMock/
/Makefile.local
/logs/
/Debug52/
/deploy/current.txt
dist/
# Cppcheck
a-cppcheck-build-dir/
cppcheck.cppcheck
/NRF51_BOARD/
enc_temp_folder
/config/featureset.h
fruityloader/_debug/
fruityloader/.settings/
# Visual Studio ignore
.vs/
*.suo
*.userosscache
*.sln.docstates
*.user
*.userprefs
# VsCode ignore
.vscode
# Eclipse
.classpath
.project
.settings/
#Documentation
node_modules/
ui-bundle.zip
## Intellij
.idea/
*.iml
*.iws
# OSX
.DS_Store
# Fruity-API
## Maven
fruity-api/target
fruity-api/results
fruity-api/log
dependency-reduced-pom.xml
## Gradle
.gradle
!gradle/wrapper/gradle-wrapper.jar
fruity-api/build/
## Java
*.class
## Logs
fruity-api/testlog.*
# CherrySim Test
packages/
# cmake
cmake_build*
# Gitlab
TestReplay.log
# Flash storage files
*TestFlashStorageFile.bin
*CherrySimFlashState.bin
cmake_build*
# Source Distributions files
sourceDistributions/*
/sdk/wiced_btsdk/dev-kit/baselib/20819A1/build
/sdk/wiced_btsdk/dev-kit/bsp/TARGET_CYW920819EVB-02/build
.cache/clangd/index
compile_commands.json