firejail/.gitignore
Kelvin M. Klann 76bd5ad0f8 build: simplify code related to man pages
Simplify the main targets and use wildcards instead of repeating the
filenames manually.

Also, restore the `man` target and building only when `HAVE_MAN` is
enabled.

Note: Make automatically removes intermediate files (.1 and .5), so in
general only the .gz files have to be cleaned.

Commands used to rename the man pages:

    cd src/man
    git mv firecfg.txt firecfg.1.in
    git mv firejail-login.txt firejail-login.5.in
    git mv firejail-profile.txt firejail-profile.5.in
    git mv firejail-users.txt firejail-users.5.in
    git mv firejail.txt firejail.1.in
    git mv firemon.txt firemon.1.in
    git mv jailcheck.txt jailcheck.1.in

This is kind of a follow-up to commit 9e206b7f2 ("rework src/man
Makefile", 2023-07-07).
2023-07-13 11:43:53 -03:00

64 lines
1.1 KiB
Text

*.o
*.so
*~
*.swp
*.deb
*.rpm
*.gcda
*.gcno
*.gz
*.DS_Store
.directory
.vscode
/firejail-*/
autom4te.cache/
config.log
config.mk
config.sh
config.status
contrib/syntax/files/example
contrib/syntax/files/firejail-profile.lang
contrib/syntax/files/firejail.vim
firejail-*.tar.xz
src/fnettrace-dns/fnettrace-dns
src/fnettrace-sni/fnettrace-sni
src/fnettrace-icmp/fnettrace-icmp
src/firejail/firejail
src/firemon/firemon
src/firecfg/firecfg
src/ftee/ftee
src/fids/fids
src/tags
src/faudit/faudit
src/fnet/fnet
src/fnetfilter/fnetfilter
src/fsec-print/fsec-print
src/fseccomp/fseccomp
src/fsec-optimize/fsec-optimize
src/fcopy/fcopy
src/fldd/fldd
src/fbuilder/fbuilder
src/profstats/profstats
src/etc-cleanup/etc-cleanup
src/bash_completion/firejail.bash_completion
src/zsh_completion/_firejail
src/jailcheck/jailcheck
src/fnettrace/fnettrace
src/fzenity/fzenity
uids.h
seccomp
seccomp.debug
seccomp.32
seccomp.64
seccomp.block_secondary
seccomp.mdwx
seccomp.mdwx.32
seccomp.namespaces
seccomp.namespaces.32
aclocal.m4
__pycache__
*.pyc
*.pyo
src/fnettrace/static-ip-map
src/man/*.1
src/man/*.5