Skip to content

Commit 4e5516d

Browse files
authored
Update .dockerignore to remove lag_bubbles.dat exceptions
Removed specific exceptions for lag_bubbles.dat files from .dockerignore.
1 parent a56e1e3 commit 4e5516d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/.dockerignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ examples/**/p*
3434
examples/**/D_*
3535
examples/**/*.inf
3636
examples/**/*.inp
37-
examples/**/*.dat
3837
examples/**/*.o*
3938
examples/**/silo*
4039
examples/**/restart_data*
@@ -50,8 +49,6 @@ examples/*/workloads/
5049
examples/*/run-*/
5150
examples/*/logs/
5251
examples/**/*.f90
53-
!examples/3D_lag_bubbles_shbubcollapse/input/lag_bubbles.dat
54-
!examples/3D_lag_bubbles_bubblescreen/input/lag_bubbles.dat
5552
workloads/
5653

5754
benchmarks/*batch/*/
@@ -79,4 +76,4 @@ benchmarks/*.png
7976
*.mp4
8077
*.mov
8178
*.mkv
82-
*.avi
79+
*.avi

0 commit comments

Comments
 (0)