diff options
| author | Fuwn <[email protected]> | 2023-05-16 02:22:44 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-05-16 02:22:44 -0700 |
| commit | 607eda7eaa26629c76aefac9274b99bf8d852d48 (patch) | |
| tree | 6404dd6d963bd7a8cb426aba1bf2ad367fc0fef3 | |
| parent | docs(homework_4): add include doc (diff) | |
| download | cst120-607eda7eaa26629c76aefac9274b99bf8d852d48.tar.xz cst120-607eda7eaa26629c76aefac9274b99bf8d852d48.zip | |
chore(git): ignore valgrind artifacts
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,3 +3,7 @@ bazel-* # Visual Studio Code .vscode + +# Valgrind +vgcore.* + |