From 8ef906abc74a35110426d60b8751ba8289a44c5e Mon Sep 17 00:00:00 2001 From: "Eric N. Vander Weele" Date: Mon, 8 Jan 2024 16:31:42 -0500 Subject: [PATCH] Hoist ignore pattern for generated binaries to top-level .gitignore Other compiled languages will share the same pattern. --- .gitignore | 3 +++ 2022/.gitignore | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 2022/.gitignore diff --git a/.gitignore b/.gitignore index 3205dd1..9af21d3 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,6 @@ answer_*.txt # Temporary input for puzzle examples. example.txt + +# Generated binaries from compilation. +puzzle_[0-2][0-9] diff --git a/2022/.gitignore b/2022/.gitignore deleted file mode 100644 index d29b977..0000000 --- a/2022/.gitignore +++ /dev/null @@ -1 +0,0 @@ -puzzle_[0-2][0-9]