-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.dockerignore
78 lines (67 loc) · 1.01 KB
/
.dockerignore
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
.dockerignore
docker/
build_debwithrelinfo_gcc/
README.md
.git/
extern/
docker-compose.yaml
Documentation2NX
setup.sh
LICENSE
.travis.yml
.gitignore
.clang-format
example-docker-compose.remote.yaml
docker-compose.remote.yaml
Dataprovider/image_provider/images/
Dataprovider/weights_provider/*.csv
## from .gitignore
*.h~
*.cpp~
*.c~
*.o
*.exe
*.log
.metadata
.cproject
.project
.settings
*.db
README.html
*.dump
.idea*
*_generated.h
src/motioncore/communication/fbs_headers/*
src/motioncore/utility/config.h
# build directory
build*/
cmake-build*
# CMake
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
*Config.cmake
*Targets.cmake
*.cbp
# VS Code Directory
.vscode/
# doxygen
docs/Doxyfile
# All the result files, such as the intermediary output shares, etc.
Dataprovider/image_provider/Final_Output_Shares/
Dataprovider/image_provider/answer
# Docker
*.yaml
# data
data/
example-data/data
# config files
config_files/
# logs
logs/