| 1 | .docs/ |
| 2 | .fackr/ |
| 3 | .refs/ |
| 4 | target/ |
| 5 | tests/reports/ |
| 6 | CLAUDE.md |
| 7 | AGENTS.md |
| 8 | |
| 9 | # Compiled binaries from interactive testing in the workspace root. |
| 10 | # These are leftover outputs of `armfortas <foo>.f90` runs that |
| 11 | # default to a binary named after the program. Audit Min-4. |
| 12 | /allocatable |
| 13 | /audit_test |
| 14 | /iso_c_check |
| 15 | /test_boz |
| 16 | /test_doconcurrent |
| 17 | /test_locality |
| 18 | /test_null_ptr |
| 19 | /test_stop |
| 20 | /test_use_iso |
| 21 | |
| 22 | # IR / object dumps from --emit-ir and -c runs. |
| 23 | /*.ir |
| 24 | /*.o |
| 25 |