Skip to content

Commit f158288

Browse files
committed
CHORE: Add outputs/ to .gitignore and Cargo.toml exclude
1 parent ed6a0ba commit f158288

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ example_data/*.parquet
1919
*.mm_profdata
2020

2121
src/bin/*
22+
outputs/

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ exclude = [
1717
"examples/",
1818
"test_data/",
1919
"peroxide-ad2",
20+
"outputs/",
2021
]
2122

2223
[badges]

0 commit comments

Comments
 (0)