forked from idaholab/raven
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
73 lines (64 loc) · 952 Bytes
/
.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
.failed_tests
.libs
.ravenrc
*-dbg
*-devel
*-oprof
*-opt
*.a
*.csv
*.ctf
*.d
*.dylib
*.e
*.la
*.lo
*.o
*.ravencntr
*.ravenStatus
*.so
*~
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/
# 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