-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitignore
86 lines (74 loc) · 2.31 KB
/
.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
# Editor files.
.vscode/
.idea/
# Build files.
build/
bin/
target/
cmake-build-*/
# Emacs backups.
*~
# Compiled python files.
*pyc
# Python packaging folders.
*.egg-info/
dist/
# Generated header files.
*_generated.h
# Generated gdev files.
*.gdev
# Java class files.
*.class
# Mac OS index files.
.DS_Store
# Java IDE files.
.classpath
.factorypath
.project
.settings/
.clion.source.upload.marker
# This file is generated by CMake.
production/inc/gaia_internal/common/gaia_version.hpp
# This file seems to be generated by a Visual Code addon during build.
checks.json
-.json
# Integration/Performance Test files.
production/tests/Pipfile.lock
production/tests/suite-results/*
production/tests/workloads/mink/test-results/*
production/tests/workloads/template/test-results/*
production/tests/workloads/barebones/test-results/*
production/tests/workloads/pingpong/test-results/*
production/tests/workloads/palletbox/test-results/*
production/tests/workloads/palletbox/build.sh
production/tests/workloads/palletbox/install.sh
production/tests/workloads/palletbox/lint.sh
production/tests/workloads/palletbox/run.sh
production/tests/workloads/palletbox/test.sh
production/tests/workloads/palletbox/simulation_exceptions.hpp
production/tests/workloads/palletbox/simulation.cpp
production/tests/workloads/palletbox/simulation.hpp
production/tests/workloads/palletbox/python/summarize_test_results.py
production/tests/workloads/palletbox/python/generate_config.py
production/coverage/output/*
production/output/*
production/coverage/coverage.json
production/tests/workloads/palletbox/json.hpp
production/tests/suites/*
production/tests/workloads/pingpong/build.sh
production/tests/workloads/pingpong/install.sh
production/tests/workloads/pingpong/json.hpp
production/tests/workloads/pingpong/lint.sh
production/tests/workloads/pingpong/run.sh
production/tests/workloads/pingpong/test.sh
production/tests/workloads/pingpong/python/generate_config.py
production/tests/workloads/pingpong/python/summarize_test_results.py
production/tests/workloads/pingpong/simulation_exceptions.hpp
production/tests/workloads/pingpong/simulation.cpp
production/tests/workloads/pingpong/simulation.hpp
production/tests/results/suites/
production/dockerfile
production/raw_dockerfile
dev_tools/docker_dev/Pipfile.lock
dev_tools/docker_dev/.coverage
dev_tools/docker_dev/.coveragerc