-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
78 lines (78 loc) · 2.13 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
.DS_Store
*/.DS_Store
.ipynb_checkpoints
ctags
Makefile.configure
docs/OrchestrationSystem.log
docs/OrchestrationSystem.aux
docs/OrchestrationSystem.pdf
docs/data\ types.pdf
docs/GridPolymorphism.pdf
docs/doxygen/html
docs/doxygen/latex
docs/DevGuide/_build
docs/UserManual/_build
docs/RuntimeDesign/ThreadTeam/ThreadTeamDesign.aux
docs/RuntimeDesign/ThreadTeam/ThreadTeamDesign.out
docs/RuntimeDesign/ThreadTeam/ThreadTeamDesign.pdf
docs/RuntimeDesign/ThreadTeam/ThreadTeamDesign.toc
sites/*/test_threadteam_cpp.x
sites/*/test_runtime_null_cpp.x
sites/*/gather_data_cpp.x
sites/*/gather_data_cpp_*_*.x
sites/*/gather_data_F2003.x
sites/*/gather_data_F2003_*_*.x
sites/*/binaries
sites/*/sedov_plt_*
sites/hello/*.x
sites/hello/*.dat
sites/gce/*.dat
sites/gce/*.log
sites/summit/testThreadTeam.*
sites/summit/testRuntimeNullCpp.*
sites/summit/testCudaBackend.*
sites/summit/testRuntimeCuda.*
sites/summit/gatherDataCpp.*
sites/summit/gatherDataF2003.*
sites/summit/sedovCpuCpp.*
sites/summit/sedovGpuCpp.*
sites/summit/sedovBaselineCpp.*
sites/summit/sedov_[23]D_cartesian_cpu.par
sites/summit/sedov_[23]D_cartesian_gpu.par
sites/bebop/build/build_*.log
sites/bebop/test_threadteam_cpp_bebop.[oe]*
sites/bebop/test_runtime_cpp_bebop.[oe]*
sites/bebop/gather_data_cpp_bebop_*
sites/bebop/gather_data_cpp_bebop.[oe]*
sites/bebop/gather_data_F2003_bebop_*
sites/bebop/gather_data_F2003_bebop.[oe]*
sites/Thomass-MBP/build/*plt*
*.log
*.mod
*.dSYM
src/*.o
src/*.mod
test/*/buildInfo.h
test/*/buildInfo.inc
test/*/*.o
test/*.mod
test/Runtime/gpu/*.graffle
test/Sedov/gpu/*.graffle
studies/Summit_2020-04-15/gatherDataCpp_*
studies/Summit_2020-04-15/gatherDataF2003_*
studies/Summit_2020-04-15/testRuntimeCpp_*
studies/Summit_2020-04-15/testThreadTeam_*
build/*
tools/sedov_pypkg/.eggs
tools/sedov_pypkg/Sedov.egg-info/
tools/sedov_pypkg/dist/
tools/sedov_pypkg/sedov/__pycache__/
tools/milhoja_pypkg/.tox
tools/milhoja_pypkg/.eggs
tools/milhoja_pypkg/.coverage_milhoja
tools/milhoja_pypkg/build
tools/milhoja_pypkg/dist/
tools/milhoja_pypkg/docs/build
tools/milhoja_pypkg/src/milhoja.egg-info/
tools/milhoja_pypkg/src/milhoja/__pycache__/
tools/milhoja_pypkg/src/milhoja/tests/__pycache__/