• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1*.d
2*.depends
3/*.gen.c
4*.o
5*.a
6
7/constants.json
8
9# Coverage-related files that appear when building with MODE=profiling.
10*.gcno
11*.gcda
12/lcov-coverage.info
13/lcov-html/
14
15# libseccomp.
16/libseccomp/
17
18# Python-related files.
19/tools/__pycache__/
20*.pyc
21
22# Shared libraries when compiling in-tree.
23*.so
24
25# Executables when compiling in-tree.
26/dump_constants
27/libminijail_unittest
28/minijail0
29/minijail0_cli_unittest
30/syscall_filter_unittest
31/system_unittest
32/util_unittest
33/parse_seccomp_policy
34
35# common.mk TEST().
36*.test
37
38# Google Test.
39googletest-release*
40
41# Cargo build targets.
42/rust/**/target
43/rust/**/*.rs.bk
44/rust/**/Cargo.lock
45
46# VSCode workspace.
47minijail.code-workspace
48
49# IntelliJ projects.
50.idea
51
52