From 30d55f030bd2e883dfb245a9a6b74671e5bb31e1 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Wed, 6 Jul 2022 18:20:17 -0300 Subject: build: add dist build directory to .gitignore 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 66daccf5d..b5d29dc19 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ .directory *.man .vscode +/firejail-*/ autom4te.cache/ config.log config.mk -- cgit v1.2.3-70-g09d2