Skip to content

Commit 968f5f1

Browse files
authored
Update .gitignore to remove file exceptions
Removed exceptions for specific test files in .gitignore.
1 parent ce19ebb commit 968f5f1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ test/output/*
2323
example/*/*.png
2424
example/*/*.pdf
2525
example/*/*.txt
26-
!example/python_bridge/commands_basic.txt
2726
.aider*
2827
terminal
2928
*.pyc
@@ -66,8 +65,6 @@ coverage.*
6665
*.exe
6766
*.out
6867
test/test_*
69-
!test/test_*.f90
70-
!test/test_*.py
7168

7269
# Binary executables (comprehensive patterns)
7370
fortplot_bridge
@@ -143,5 +140,3 @@ test/output/**/*.ppm
143140
test/output/**/*.exe
144141
test/output/**/*.out
145142

146-
# Force CI rebuild
147-
!

0 commit comments

Comments
 (0)