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/minijail0 28/parse_seccomp_policy 29/*_unittest 30 31# common.mk TEST(). 32*.test 33 34# Google Test. 35googletest-release* 36 37# Cargo build targets. 38/rust/**/target 39/rust/**/*.rs.bk 40/rust/**/Cargo.lock 41 42# VSCode workspace. 43minijail.code-workspace 44 45# IntelliJ projects. 46.idea 47 48