aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: f538f376b61b5719cad296864aa090a31b7b594f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
*.d
*.depends
/*.gen.c
*.o
*.a

# Shared libraries when compiling in-tree.
*.so

# Executables when compiling in-tree.
/libminijail_unittest
/minijail0
/minijail0_cli_unittest
/syscall_filter_unittest
/system_unittest
/util_unittest
/parse_seccomp_policy

# common.mk TEST().
*.test

# Google Test.
googletest-release*