From 060f3eb339eddef15d87cc8645682a4884af7c7d Mon Sep 17 00:00:00 2001 From: Ryan Slominski Date: Wed, 7 Feb 2024 07:07:52 -0500 Subject: [PATCH] Issue 6075 - Ignore build artifacts (#6076) Bug Description: When running the build I noticed some generated files are not included in .gitignore, thereby cluttering and distracting git use during local development. Fix Description: Update .gitignore. Fixes https://github.com/389ds/389-ds-base/issues/6075 Reviewed by @progier389 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3b7c3baa36..4c4f5f8d0e 100644 --- a/.gitignore +++ b/.gitignore @@ -236,3 +236,7 @@ vendor.tar.gz .history .vscode/launch.json .cargo/config +/rs/ +/rust-nsslapd-private.h +/rust-slapi-private.h +/src/lib389/setup.py