From b64eedb88b43da9e1ecfe4c197892e6562f4e1df Mon Sep 17 00:00:00 2001 From: Anshuman Khandual Date: Wed, 14 Jan 2015 12:38:50 +0530 Subject: selftests/powerpc: Make git ignore all binaries in powerpc test suite This patch includes all of the powerpc test binaries into the .gitignore file listing in their respective directories. This will make sure that git ignores all of these test binaries when displaying status. Signed-off-by: Anshuman Khandual Signed-off-by: Michael Ellerman --- tools/testing/selftests/powerpc/primitives/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/testing/selftests/powerpc/primitives/.gitignore (limited to 'tools/testing/selftests/powerpc/primitives/.gitignore') diff --git a/tools/testing/selftests/powerpc/primitives/.gitignore b/tools/testing/selftests/powerpc/primitives/.gitignore new file mode 100644 index 000000000000..4cc4e31bed1d --- /dev/null +++ b/tools/testing/selftests/powerpc/primitives/.gitignore @@ -0,0 +1 @@ +load_unaligned_zeropad -- cgit v1.2.3-59-g8ed1b