-
Notifications
You must be signed in to change notification settings - Fork 95
/
.gitignore
87 lines (82 loc) · 1.47 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
*~
*.a
*.aux
*.bak
*.bbl
*.blg
*.config
*.d
*.dSYM/
*.ext
*.idx
*.ilg
*.ind
*.log
*.o
*.out
*.pyc
*.status
*.swp
*.toc
.CVS/
.DS_Store
.svn/
.tmtags
autom4te.cache/
aclocal.m4
/bin/bout-config
/src/makefile
/include/pvode
/lib/
/manual/*.pdf
/tools/vagrant/.vagrant
\#*#
.#*
*.132t.vect
*.gcda
*.gcno
bout-coverage/
src/.libfast
.*.mk
*.mo
.BOUT.pid.*
/.vs
/CMakeSettings.json
/CppProperties.json
*.fls
*.fdb_latexmk
# Following is copied in by configure
src/fmt/format.cxx
# Following is configure-time file
/include/bout/build_config.hxx
/include/bout/revision.hxx
/include/bout/version.hxx
/aminclude_static.am
/include/bout/build_defines.hxx
/tools/pylib/boutconfig/__init__.py
/tests/integrated/test-communications/test-communications
/tests/integrated/test-interpolate-z/test_interpolate
/tests/integrated/test-options-netcdf/fields.nc
/tests/integrated/test-options-netcdf/fields2.nc
/tests/integrated/test-options-netcdf/settings.ini
/tests/integrated/test-options-netcdf/settings.nc
/tests/integrated/test-options-netcdf/test-options-netcdf
/tests/integrated/test-options-netcdf/test-out.ini
/tests/integrated/test-options-netcdf/test-out.nc
/tests/integrated/test-options-netcdf/test.nc
/tests/integrated/test-options-netcdf/time.nc
/tests/integrated/test-yupdown-weights/test_yupdown_weights
coverage.info
coverage/
# Potential user build directories
/build/
/build*/
/*_build/
/build_*/
# Python stuff
/_wheel*/
/dist/
/manual/sphinx/_build
/_version.txt
/BOUT++-v*.tar.gz
/BOUT++-v*.tar.xz