-
Notifications
You must be signed in to change notification settings - Fork 133
/
.gitignore
88 lines (77 loc) · 1.43 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
87
88
.failed_tests
.libs
.ravenrc
*-dbg
*-devel
*-oprof
*-opt
*.a
*.csv
*.ctf
*.d
*.dylib
*.e
*.la
*.lo
*.o
*.ravencntr
*.ravenStatus
*.so
*~
*.inp
*.fls
*.fdb_latexmk
build_out*
build/
install/
libRAVEN*.so*
plugins/ExamplePlugin/doc/version.tex
raven_cxx.egg-info/
raven_framework.egg-info/
raven_framework*.whl
src/contrib/amsc.egg-info/
src/crow_modules/distribution1D_wrap.cpp
src/crow_modules/distribution1D.py
src/crow_modules/interpolationND_wrap.cpp
src/crow_modules/interpolationND.py
src/crow_modules/randomENG_wrap.cpp
src/crow_modules/randomENG.py
test_out*
dist/
# eclipse
.project
.cproject
#osx
.DS_Store
# python
*.pyc
*.pyo
# vim
*~
*.swp
#coverage
tests/framework/.coverage
tests/framework/htmlcov/
# test
tests/framework/CodeInterfaceTests/PARCS/PARCS-RAVEN-GA/sampleGA-PARCS/
tests/framework/CodeInterfaceTests/Scale/SCALE_csas/sampleScale/
tests/framework/CodeInterfaceTests/Simulate/Simulate_RAVEN-GA/sampleGA-Simulate/
tests/framework/ROM/TimeSeries/ARMA/InterpolatedMaxCycles/
tests/framework/ROM/TimeSeries/SyntheticHistory/LogARMA/
tests/framework/ROM/TimeSeries/SyntheticHistory/VARMA/
tests/framework/ROM/TimeSeries/SyntheticHistory/ZeroFilterDiscontinuous/
# hpc
node_*[0-9]
*.[oe][0-9][0-9][0-9][0-9][0-9]
*.[oe][0-9][0-9][0-9][0-9][0-9][0-9]
*.[oe][0-9][0-9][0-9][0-9][0-9][0-9][0-9]
framework/states.txt
#OSX
.DS_Store
# plugin installation paths
plugins/plugin_directory.xml
# vscode
.vscode
*.code-workspace
# Directories
OUT