aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-07-06 18:20:17 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-07-12 17:14:31 -0300
commit30d55f030bd2e883dfb245a9a6b74671e5bb31e1 (patch)
tree84624e0ba93133f9514359a8bd8abce6121bb7c5 /.gitignore
parentRELNOTES: add build items (plus commands) (diff)
downloadfirejail-30d55f030bd2e883dfb245a9a6b74671e5bb31e1.tar.gz
firejail-30d55f030bd2e883dfb245a9a6b74671e5bb31e1.tar.zst
firejail-30d55f030bd2e883dfb245a9a6b74671e5bb31e1.zip
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 66daccf5d..b5d29dc19 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@
10.directory 10.directory
11*.man 11*.man
12.vscode 12.vscode
13/firejail-*/
13autom4te.cache/ 14autom4te.cache/
14config.log 15config.log
15config.mk 16config.mk