Skip to content

Commit 0937fab

Browse files
Update .gitignore (FEniCS#2882)
1 parent dd38c63 commit 0937fab

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

.gitignore

+7-14
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
*.os
99
*.pyc
1010
*.so
11+
*.so.*
1112
*.pc
1213
*.pyd
1314
*.def
@@ -16,8 +17,6 @@
1617
*.dylib
1718
*.nbi
1819
*.nbc
19-
dolfinx/libdolfin.so*
20-
dolfinx/libdolfinx.so*
2120

2221
# Log files
2322
*.log
@@ -42,9 +41,6 @@ python/doc/source/generated/
4241
cpp/dolfinx/common/version.h
4342

4443
# Configuration files
45-
dolfin.conf
46-
DOLFINConfig.cmake
47-
DOLFINConfigVersion.cmake
4844
dolfinx.conf
4945
DOLFINXConfig.cmake
5046
DOLFINXConfigVersion.cmake
@@ -58,20 +54,17 @@ test_*_tempdir
5854

5955
# Tests
6056
/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
6863

6964
.cache
7065

7166
# FFCx generated demo files
7267
cpp/demo/**/**/*.h
73-
cpp/demo/documented/cahn-hilliard/CahnHilliard2D.cpp
74-
cpp/demo/documented/cahn-hilliard/CahnHilliard3D.cpp
7568

7669
# Temporaries
7770
*~

0 commit comments

Comments
 (0)