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. 11 libminijail_unittest 12 minijail0 13 syscall_filter_unittest 14 parse_seccomp_policy 15 16 # common.mk TEST(). 17 *.test 18 19 # Google Test. 20 googletest-release* 21