File tree 1 file changed +7
-14
lines changed
1 file changed +7
-14
lines changed Original file line number Diff line number Diff line change 8
8
* .os
9
9
* .pyc
10
10
* .so
11
+ * .so. *
11
12
* .pc
12
13
* .pyd
13
14
* .def
16
17
* .dylib
17
18
* .nbi
18
19
* .nbc
19
- dolfinx /libdolfin.so *
20
- dolfinx /libdolfinx.so *
21
20
22
21
# Log files
23
22
* .log
@@ -42,9 +41,6 @@ python/doc/source/generated/
42
41
cpp /dolfinx /common /version.h
43
42
44
43
# Configuration files
45
- dolfin.conf
46
- DOLFINConfig.cmake
47
- DOLFINConfigVersion.cmake
48
44
dolfinx.conf
49
45
DOLFINXConfig.cmake
50
46
DOLFINXConfigVersion.cmake
@@ -58,20 +54,17 @@ test_*_tempdir
58
54
59
55
# Tests
60
56
/python /test /unit /** /* .xml
61
- /cpp /test /unit /mesh /* .{xml,m}
62
- /cpp /test /unit /parameter /* .{xml,xml.gz}
63
- /cpp /test /unit /** /* .xml
64
- /cpp /test /unit /** /* .c
65
- /cpp /test /unit /function /Projection.h
66
- /cpp /test /unit /la /forms /ReactionDiffusion.h
67
- /cpp /test /unit /la /forms /ReactionDiffusionAction.h
57
+ /cpp /test /CTestTestfile.cmake
58
+ /cpp /test /Testing
59
+ /cpp /test /_deps
60
+ /cpp /test /poisson.c
61
+ /cpp /test /poisson.h
62
+ /cpp /test /unittests
68
63
69
64
.cache
70
65
71
66
# FFCx generated demo files
72
67
cpp /demo /** /** /* .h
73
- cpp /demo /documented /cahn-hilliard /CahnHilliard2D.cpp
74
- cpp /demo /documented /cahn-hilliard /CahnHilliard3D.cpp
75
68
76
69
# Temporaries
77
70
* ~
You can’t perform that action at this time.
0 commit comments