From: Johan Malm Date: Tue, 3 May 2022 19:55:24 +0000 (+0100) Subject: Move .gitignore to subprojects/ X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=9f181de0824cf3dee73a24c72bf0f13e0cc999ff;p=proto%2Flabwc.git Move .gitignore to subprojects/ Because it keeps the toplevel directory cleaner --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 2453e062..00000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -build*/ -subprojects/ -tags diff --git a/subprojects/.gitignore b/subprojects/.gitignore new file mode 100644 index 00000000..15acca97 --- /dev/null +++ b/subprojects/.gitignore @@ -0,0 +1,2 @@ +/* +!/*.wrap