-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
158 lines (158 loc) · 3.46 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
include/petscconf.h
include/petscconfiginfo.h
include/petscfix.h
include/petscmachineinfo.h
ftn-auto/
*.testout
build/
*.bkp
*.info
*.gcov
*.gcna
*.gcno
*.gcda
*.swp
*.log
*.dat
*.vt[ksu]
*.pvt[ksu]
*.h5m
.*_license
unix/*
unix-opt/*
unix-gcov/*
package-*/*
asterix*/*
linux*/*
darwin*/*
arch-*/*
batch-test
c_test
RDict.db
RDict.log
TAGS*
bmake/*/*
conf/petscvariables
configure.log*
externalpackages/*
lib/*
make_log_*
test_log_*
src/python/*
*.o
*.pyc
*~
*.orig
#*#
.nagged
ex[0-9]
ex[0-9]f
ex[0-9]dm
ex[0-9]d*
ex[0-9]f90
ex[0-9]f90t
ex[0-9][0-9]
ex[0-9][0-9]f
ex[0-9][0-9]dm
ex[0-9][0-9]d*
ex[0-9][0-9]f90
ex[0-9][0-9]f90t
ex[0-9][0-9][0-9]
ex[0-9][0-9][0-9]f
ex[0-9][0-9][0-9]dm
ex[0-9][0-9][0-9]d*
ex[0-9][0-9][0-9]f90
ex[0-9][0-9][0-9]f90t
*.m.html
index.html
*.F.html
*.F90.html
makefile.html
*.c.html
*.cu.html
*.h.html
*.h90.html
*.cxx.html
*.cpp.html
*.hh.html
*.sidl.html
docs/manualpages/*
docs/changes/*
docs/bugreporting.html
docs/codemanagement.html
docs/copyright.html
docs/license.html
docs/exampleconcepts
docs/faq.html
docs/installation.html
docs/linearsolvertable.html
docs/manconcepts
docs/manual.pdf
docs/developers.pdf
docs/troubleshooting.html
src/docs/website/publications/generated_topics.html
src/dm/mesh/examples/tests/unitTests
src/dm/mesh/examples/tutorials/*_quadrature.h
src/dm/mesh/examples/tutorials/*.vtk
*.gcov.html
*.dSYM
*.mexmaci*
valgrind*
callgrind.out.*
.DS_Store
session_*
*.xc*
*.vim
CTAGS
ETAGS
GPATH
GRTAGS
GSYMS
GTAGS
src/snes/examples/tutorials/ex52\.h
src/snes/examples/tutorials/ex52_inline\.h
src/snes/examples/tutorials/ex56_inline\.h
src/snes/examples/tutorials/ex56\.h
phi[0-9]
src/snes/examples/tutorials/ex57_inline\.h
src/snes/examples/tutorials/ex57\.h
src/snes/examples/tutorials/ex62_inline\.h
src/snes/examples/tutorials/ex62\.h
src/snes/examples/tutorials/ex52_gpu_inline\.h
src/snes/examples/tutorials/ex52_gpu\.h
src/snes/examples/tutorials/ex62_gpu_inline\.h
src/snes/examples/tutorials/ex62_gpu\.h
src/snes/examples/tutorials/ex67_gpu_inline\.h
src/snes/examples/tutorials/ex67_gpu\.h
src/snes/examples/tutorials/ex67\.h
src/snes/examples/tutorials/ex31_gpu_inline\.h
src/snes/examples/tutorials/ex31_gpu\.h
src/snes/examples/tutorials/ex31\.h
src/snes/examples/tutorials/ex72_gpu_inline\.h
src/snes/examples/tutorials/ex72_gpu\.h
src/snes/examples/tutorials/ex72\.h
src/dm/impls/complex/examples/tests/ex3_gpu_inline\.h
src/dm/impls/complex/examples/tests/ex3_gpu\.h
src/dm/impls/complex/examples/tests/ex3\.h
src/snes/examples/tutorials/ex12.h
src/snes/examples/tutorials/ex12_gpu.h
src/snes/examples/tutorials/ex12_gpu_inline.h
src/tao/unconstrained/examples/tutorials/eptorsion1
src/tao/unconstrained/examples/tutorials/eptorsion2
src/tao/unconstrained/examples/tutorials/minsurf2
src/tao/unconstrained/examples/tutorials/rosenbrock1
src/tao/unconstrained/examples/tutorials/eptorsion2f
src/tao/unconstrained/examples/tutorials/rosenbrock1f
src/tao/bound/examples/tutorials/plate2
src/tao/bound/examples/tutorials/jbearing2
src/tao/bound/examples/tutorials/plate2f
src/tao/bound/examples/tutorials/jbearing2f
src/tao/pde_constrained/examples/tutorials/elliptic
src/tao/pde_constrained/examples/tutorials/parabolic
src/tao/pde_constrained/examples/tutorials/hyperbolic
src/tao/complementarity/examples/tutorials/minsurf1
src/tao/complementarity/examples/tutorials/blackscholes
src/tao/leastsquares/examples/tutorials/chwirut1
src/tao/leastsquares/examples/tutorials/chwirut2
src/tao/leastsquares/examples/tutorials/chwirut1f
src/tao/leastsquares/examples/tutorials/chwirut2f