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.
This commit is contained in:
Kelvin M. Klann 2022-07-06 18:20:17 -03:00
parent c9019bfd04
commit 30d55f030b

1
.gitignore vendored
View file

@ -10,6 +10,7 @@
.directory
*.man
.vscode
/firejail-*/
autom4te.cache/
config.log
config.mk