forked from AppLayerLabs/bdk-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (49 loc) · 731 Bytes
/
.gitignore
File metadata and controls
57 lines (49 loc) · 731 Bytes
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
ABI/
build/
testdump/
debug.txt
debug.log
log.txt
*.o
*.gch
.vs
proto/metrics.pb.cc
proto/metrics.pb.h
proto/vm.grpc.pb.cc
proto/vm.grpc.pb.h
proto/vm.pb.cc
proto/vm.pb.h
storageVM
info.txt
.vscode/
vmInfo.txt
*.pb.h
*.pb.cc
tests/node_modules
depends/x86_64-pc-linux-gnu/
scripts/AIO-setup.log
compile_commands.json
.cache/
# Supra has a lot of patches in root
*.patch
# IDEA's IDE
.idea/
cmake-build-debug/
cmake-build-release/
# emacs
TAGS
.dir-locals.el
.backup
# VILARINHO's ignored files
liner.sh
prepare-lib.sh
docs/vilarinho/
# Files generated by CMake
src/utils/options.h
# Files generated by automated scripts
local_testnet/
build_local_testnet/
# Files generated by Doxygen
docs/html/
# Documentation
sparq-docs