Add a .gitignore entry for the selftests and cleanup the includes to remove some homebrewed definitions in sgx/defines.h. Sean Christopherson (4): selftests/x86: Fix INCLUDES definition in SGX Makefile x86/sgx: Add missing linux/bits.h include in sgx/arch.h selftests/x86: Add .gitignore for SGX selftest selftests/x86: Remove redundant kernel include arch/x86/kernel/cpu/sgx/arch.h | 1 + tools/testing/selftests/x86/sgx/.gitignore | 3 +++ tools/testing/selftests/x86/sgx/Makefile | 3 ++- tools/testing/selftests/x86/sgx/defines.h | 22 ---------------------- tools/testing/selftests/x86/sgx/main.c | 2 -- 5 files changed, 6 insertions(+), 25 deletions(-) create mode 100644 tools/testing/selftests/x86/sgx/.gitignore -- 2.24.1