Skip to content

Commit 8001cf3

Browse files
authored
Update exclusion paths in .fortlsrc
Added new exclusion paths to .fortlsrc configuration.
1 parent 2992c99 commit 8001cf3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.fortlsrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"benchmarks/",
1111
"examples/",
1212
"tests/",
13+
"misc/",
14+
"src/pre_process/include/2dHardcodedIC.fpp",
15+
"src/pre_process/include/3dHardcodedIC.fpp",
16+
"src/pre_process/include/ExtrusionHardcodedIC.fpp",
1317
"**/m_nvtx*",
1418
"**/syscheck.fpp"
1519
],
@@ -76,4 +80,4 @@
7680
"**/m_nvtx*",
7781
"**/syscheck.fpp"
7882
]
79-
}
83+
}

0 commit comments

Comments
 (0)