Skip to content

Commit 728d7a2

Browse files
committed
Ignore some more things
1 parent e3a3a7d commit 728d7a2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# MacOS
22

33
.DS_Store
4-
4+
**/.DS_Store
55

66
# UW3
77

88
**/.meshes/*
99
**/_build/*
1010

11-
*.msh
12-
Jupyterbook/**/.png
11+
**/*.msh
12+
Jupyterbook/**/*.png
13+
Jupyterbook/**/*.vtk
14+
Jupyterbook/**/*.h5
1315

1416

1517
# Byte-compiled / optimized / DLL files
@@ -157,4 +159,3 @@ dmypy.json
157159

158160
# Cython debug symbols
159161
cython_debug/
160-

0 commit comments

Comments
 (0)