forked from jtguggedal/positioning_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
65 lines (54 loc) · 717 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
# mirco-ecc
external/sdk13/external/micro-ecc/micro-ecc
*micro_ecc_lib_nrf52.a
*micro_ecc_lib_nrf52.lib
## KEIL AND JLINK ##
RTE
JLinkSettings.ini
JLinkLog.txt
EventRecorderStub.scvd
*.uvguix*
## SES ##
build
Output
output
*.emSession
## VS CODE ##
.vscode/
## ATOM EDITOR ##
tags
*.tag*
## TESTS ##
test/*/Listings/
test/*/Objects/
test/*/coverage.log
test/*/cunit.log
test/*/cunit_log.txt
test/*/flash.hex
test/*/ram.hex
# Eclipse project files #
.project
.pydevproject
# Logs #
tools/rtt_log/logs/
# Builds #
*/_build/*
*.d
*.o
*elf
*.map
*.ind
*.ld
# Doxygen generated files #
/source/doc/html/
/source/doc/warnings_thingee.txt
# Misc #
*.wav*
*.TMP*
*.mp3*
*.zip*
*XXX*
*/sound/*.h*
*.TMP
*.pyc
*.pdf