Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1493843 > unrolled thread
| Started by | wei.guo.simon@gmail.com |
|---|---|
| First post | 2016-09-30 04:40 +0200 |
| Last post | 2016-09-30 04:40 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v15 14/15] selftests/powerpc: Add .gitignore file for ptrace executables wei.guo.simon@gmail.com - 2016-09-30 04:40 +0200
| From | wei.guo.simon@gmail.com |
|---|---|
| Date | 2016-09-30 04:40 +0200 |
| Subject | [PATCH v15 14/15] selftests/powerpc: Add .gitignore file for ptrace executables |
| Message-ID | <smVTY-4fD-31@gated-at.bofh.it> |
From: Anshuman Khandual <khandual@linux.vnet.ibm.com> This patch adds a .gitignore file for all the executables in the ptrace test directory thus making invisible with git status query. Signed-off-by: Anshuman Khandual <khandual@linux.vnet.ibm.com> Signed-off-by: Simon Guo <wei.guo.simon@gmail.com> --- tools/testing/selftests/powerpc/ptrace/.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tools/testing/selftests/powerpc/ptrace/.gitignore diff --git a/tools/testing/selftests/powerpc/ptrace/.gitignore b/tools/testing/selftests/powerpc/ptrace/.gitignore new file mode 100644 index 0000000..bdf3566 --- /dev/null +++ b/tools/testing/selftests/powerpc/ptrace/.gitignore @@ -0,0 +1,11 @@ +ptrace-ebb +ptrace-gpr +ptrace-tm-gpr +ptrace-tm-spd-gpr +ptrace-tar +ptrace-tm-tar +ptrace-tm-spd-tar +ptrace-vsx +ptrace-tm-vsx +ptrace-tm-spd-vsx +ptrace-tm-spr -- 1.8.3.1
Back to top | Article view | linux.kernel
csiph-web