From deca65ee2862ea45f0a799bd44285ab53ac69d8b Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Fri, 17 Jan 2025 11:44:50 +0100 Subject: [PATCH 1/2] Add output to gitignore --- conda_smithy/feedstock_content/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conda_smithy/feedstock_content/.gitignore b/conda_smithy/feedstock_content/.gitignore index 179afe55e..bb3853666 100644 --- a/conda_smithy/feedstock_content/.gitignore +++ b/conda_smithy/feedstock_content/.gitignore @@ -22,3 +22,6 @@ /build_artifacts *.pyc + +# Rattler-build's artifacts are in `output` when not specifying anything. +/output From 03aa72ba7c761c70fbff3e5a6ffa6e334c2ff788 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Fri, 17 Jan 2025 11:46:26 +0100 Subject: [PATCH 2/2] Create gitignore.rst --- news/gitignore.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 news/gitignore.rst diff --git a/news/gitignore.rst b/news/gitignore.rst new file mode 100644 index 000000000..09fa13f10 --- /dev/null +++ b/news/gitignore.rst @@ -0,0 +1,23 @@ +**Added:** + +* + +**Changed:** + +* Add output to gitignore for rattler-build's outputs. + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +*