From 5f5de9b5daa4842db8ad648e3f74bb0c6053f702 Mon Sep 17 00:00:00 2001 From: Aidan Salzmann Date: Tue, 12 Jul 2022 15:14:03 -0400 Subject: [PATCH] ignore build dir contents, but not the dir itself --- build/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 build/.gitignore diff --git a/build/.gitignore b/build/.gitignore new file mode 100644 index 000000000..94548af5b --- /dev/null +++ b/build/.gitignore @@ -0,0 +1,3 @@ +* +*/ +!.gitignore