forked from openthread/ot-ns
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
63 lines (49 loc) · 870 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
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# IDE files
.idea/
# Go generated files
go.sum
go.mod.orig
# ignore OTNS Go executables
/cmd/otns/otns
# OT-NS output files
tmp*/
?_kpi*.json
*.log
*.rep
*.replay
# Python/NodeJS generated
*.pyc
__pycache__
node_modules/
coverage.txt
# Ignore any pcap (generated)
*.pcap
# ignore generated files (gRPC/web)
/visualize/grpc/pb/*.pb.go
/web/site/js/proto/*_pb.js
/web/site/static/js/*.js
# ot-rfsim build items
/ot-rfsim/build*/
/ot-rfsim/cmake-build-debug
ot-cli-ftd*
ot-cli-mtd*
ot-rcp
# pylibs installation files
/pylibs/build/
/pylibs/dist/
/pylibs/pyOTNS.egg-info/
/.venv-otns
# lock files
package-lock.json
# downloaded files
/etc/ot-registrar/ot-registrar*.jar