Skip to content

Commit aa491e5

Browse files
committed
Improve filtering of build/test artifacts
1 parent f508fb6 commit aa491e5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.gitignore

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Build directories
2-
build/
3-
build-cov/
4-
_build/
52
*.dir/
6-
/phlex-src/
7-
/phlex-build/
83
/CMakeCache.txt
9-
CMakeFiles/
4+
/Testing/
5+
/_build/
106
/_deps/
7+
/build-*/
8+
/build/
9+
/phlex-build/
10+
/phlex-src/
11+
CMakeFiles/
1112
_codeql_detected_source_root
1213

1314
# CMake user-specific presets (not generated by Spack)

0 commit comments

Comments
 (0)