forked from MFlowCode/MFC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
85 lines (71 loc) · 1.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
79
80
81
82
83
84
85
node_modules/
package.json
yarn.lock
docker-compose.yml
/build/
.vscode/
src/*/include/case.fpp
src/*/autogen/
*.swo
*.swp
*:Zone.Identifier
.nfs*
__pycache__
*.egg-info
.DS_Store
/tests/*/**
!/tests/*/golden.txt
!/tests/*/golden-metadata.txt
# NVIDIA Nsight Compute
*.nsys-rep
*.sqlite
docs/*/initial*
docs/*/result*
docs/documentation/*-example.png
docs/documentation/examples.md
examples/*batch/*/
examples/*/D/*
examples/*/p*
examples/*/D_*
examples/*/*.inf
examples/*/*.inp
examples/*/*.dat
examples/*/*.o*
examples/*/silo*
examples/*/restart_data*
examples/*/*.out
examples/*/binary
examples/*/fort.1
examples/*/*.sh
examples/*/*.err
examples/*/viz/
examples/*.jpg
examples/*.png
examples/*/workloads/
examples/*/run-*/
examples/*/logs/
workloads/
benchmarks/*batch/*/
benchmarks/*/D/*
benchmarks/*/p*
benchmarks/*/D_*
benchmarks/*/*.inf
benchmarks/*/*.inp
benchmarks/*/*.dat
benchmarks/*/*.o*
benchmarks/*/silo*
benchmarks/*/restart_data*
benchmarks/*/*.out
benchmarks/*/binary
benchmarks/*/fort.1
benchmarks/*/*.sh
benchmarks/*/*.err
benchmarks/*/viz/
benchmarks/*.jpg
benchmarks/*.png
*.mod
# Video Files
*.mp4
*.mov
*.mkv
*.avi