1*.d
2*.depends
3/*.gen.c
4*.o
5*.a
6
7# Shared libraries when compiling in-tree.
8*.so
9
10# Executables when compiling in-tree.
11libminijail_unittest
12minijail0
13syscall_filter_unittest
14parse_seccomp_policy
15
16# common.mk TEST().
17*.test
18
19# Google Test.
20googletest-release*
21