mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
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:
parent
c9019bfd04
commit
30d55f030b
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -10,6 +10,7 @@
|
|||
.directory
|
||||
*.man
|
||||
.vscode
|
||||
/firejail-*/
|
||||
autom4te.cache/
|
||||
config.log
|
||||
config.mk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue