From 4f65cfe89441d3094a57ffe1cc10d2a9f570a472 Mon Sep 17 00:00:00 2001 From: Andrew Lilley Brinker Date: Thu, 29 Aug 2024 06:25:20 -0700 Subject: [PATCH] chore: Simplify .gitignore It looks like when we added protobuf-based code generation that we ended up with two .gitignore files. This commit brings that back down to 1. Signed-off-by: Andrew Lilley Brinker --- .gitignore | 3 +++ hipcheck/src/.gitignore | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 hipcheck/src/.gitignore diff --git a/.gitignore b/.gitignore index 535ff82a..8dc7aa37 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,6 @@ CHANGELOG-NEXT.md # File generated by cargo-flamegraph flamegraph.svg + +# Generated file based on the protobuf definition. +/hipcheck/src/hipcheck.rs diff --git a/hipcheck/src/.gitignore b/hipcheck/src/.gitignore deleted file mode 100644 index 3bb866e8..00000000 --- a/hipcheck/src/.gitignore +++ /dev/null @@ -1 +0,0 @@ -hipcheck.rs