Skip to content

Commit a86458e

Browse files
authored
Update .gitignore to remove file exceptions (#1407)
Removed exceptions for specific test files in .gitignore. ## Summary - Change: <concise one-liner> - Scope: <files/modules> - Fixes: #<issue> ## Evidence (Verification-First) - Local tests: attach/paste `make test-ci` summary and timestamps - Coverage: attach `coverage.txt` or `gcovr` summary (with versions) - CI run URL(s): paste full Actions URLs for all required checks ## Risk / Compatibility - Risk: <low/med/high> - Backward-compat: <yes/no> - Notes: <migration, deprecations, perf> ## Reviewer Checklist - [ ] Commit title follows Conventional Commits - [ ] PR links issue and includes evidence - [ ] No skipped/disabled tests; scope is minimal and focused - [ ] CI green and reproducible locally
1 parent ce19ebb commit a86458e

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)