[PR #5248] [MERGED] build: add dist build directory to .gitignore #5414

Closed
opened 2026-05-05 10:37:59 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/5248
Author: @kmk3
Created: 7/12/2022
Status: Merged
Merged: 7/31/2022
Merged by: @smitsohu

Base: masterHead: build-gitignore-distdir


📝 Commits (1)

  • 30d55f0 build: add dist build directory to .gitignore

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 .gitignore (+1 -0)

📄 Description

Ignore it only on the repository root path, as a directory that matches
firejail-* could eventually be added.

Note that the dist archive is already ignored since commit da6b131c3
("chore(.gitignore) ignore built packages", 2018-01-15) / PR #1733.

Example paths:

  • build dir: firejail-0.9.71/
  • archive: firejail-0.9.71.tar.xz

See $(NAME)-$(VERSION) and $(NAME)-$(VERSION).tar.xz in the "dist"
target on the root Makefile.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/5248 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 7/12/2022 **Status:** ✅ Merged **Merged:** 7/31/2022 **Merged by:** [@smitsohu](https://github.com/smitsohu) **Base:** `master` ← **Head:** `build-gitignore-distdir` --- ### 📝 Commits (1) - [`30d55f0`](https://github.com/netblue30/firejail/commit/30d55f030bd2e883dfb245a9a6b74671e5bb31e1) build: add dist build directory to .gitignore ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) </details> ### 📄 Description Ignore it only on the repository root path, as a directory that matches `firejail-*` could eventually be added. Note that the dist archive is already ignored since commit da6b131c3 ("chore(.gitignore) ignore built packages", 2018-01-15) / PR #1733. Example paths: * build dir: firejail-0.9.71/ * archive: firejail-0.9.71.tar.xz See `$(NAME)-$(VERSION)` and `$(NAME)-$(VERSION).tar.xz` in the "dist" target on the root Makefile. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:37:59 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#5414
No description provided.