diff options
author | Anshuman Khandual <khandual@linux.vnet.ibm.com> | 2015-01-14 10:08:50 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-01-23 06:02:49 +0300 |
commit | b64eedb88b43da9e1ecfe4c197892e6562f4e1df (patch) | |
tree | 9c932f903aa165b2ebe22f9a6093d9ea387e1f75 /tools/testing/selftests/powerpc/mm | |
parent | 145a2d0427a88e874f85e82e6fc42933a36f5a2b (diff) | |
download | linux-b64eedb88b43da9e1ecfe4c197892e6562f4e1df.tar.xz |
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 <khandual@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/testing/selftests/powerpc/mm')
-rw-r--r-- | tools/testing/selftests/powerpc/mm/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/powerpc/mm/.gitignore b/tools/testing/selftests/powerpc/mm/.gitignore new file mode 100644 index 000000000000..156f4e89c2f1 --- /dev/null +++ b/tools/testing/selftests/powerpc/mm/.gitignore @@ -0,0 +1 @@ +hugetlb_vs_thp_test |