-
Notifications
You must be signed in to change notification settings - Fork 118
/
Copy path.gitignore
90 lines (72 loc) · 1023 Bytes
/
.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
# Build Products
/build
/toolchains
/bin
# Configuration
.config*
# Generated files
/Documentation*
/releases
/version
/sources.md5
/delivery
/platformAdaptor
*proprietary
doxygen.*.log
doxygen.*.err
_build_*
/system.sdef
binaries
/framework/tools/ifgen/cache
server.pem
*.gcno
# Update pack files
*.update
# Binary app files
*.*.app
# Vim
*.swp
*.swo
*.swn
# Visual Studio Code
.vscode
# Emacs
*~
\#*\#
# Eclipse / Developer Studio
.cproject
.project
.settings
package.properties
wmnew.opt
# KDev4
*.kdev4
# Python
*.pyc
/Debug
.pytest_cache
__pycache__
# Target files backup
targetFiles/*/backup_*
# Injected target defs
targetDefs.extra
modules/*
!modules/KConfig
docManagement
# 3rd Party content
3rdParty/*
# Apps
apps/platformServices/airVantageConnector/
apps/leTP
apps/sample/dataHub/
apps/sample/voiceCallApp/
apps/sample/sensorFramework/
# Tools
framework/tools/imgdiff/
# Tests
.cache
# nodejs ignores:
node_modules
package-lock.json
# Linker report tool for memory analysis
tools/linkerReport