From bb635b9863fa700d545619950e5853f3bbe3735f Mon Sep 17 00:00:00 2001 From: eichlan Date: Fri, 22 Mar 2024 15:14:23 -0700 Subject: We want to ignore the contents of plugins. --- .gitignore | 1 - plugins/.gitignore | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 plugins/.gitignore diff --git a/.gitignore b/.gitignore index 322a9b3..9314b24 100644 --- a/.gitignore +++ b/.gitignore @@ -8,5 +8,4 @@ src/build.tab.c src/build.tab.h src/build.yy.c src/build.yy.h -/plugins /minibu diff --git a/plugins/.gitignore b/plugins/.gitignore new file mode 100644 index 0000000..120f485 --- /dev/null +++ b/plugins/.gitignore @@ -0,0 +1,2 @@ +* +!/.gitignore -- cgit v1.2.3