Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1538009 > unrolled thread
| Started by | Shuah Khan <shuahkh@osg.samsung.com> |
|---|---|
| First post | 2016-12-07 20:10 +0100 |
| Last post | 2016-12-07 20:10 +0100 |
| Articles | 2 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] selftests: add missing gitignore files/dirs Shuah Khan <shuahkh@osg.samsung.com> - 2016-12-07 20:10 +0100
[PATCH] selftests: add missing set-tz to timers .gitignore Shuah Khan <shuahkh@osg.samsung.com> - 2016-12-07 20:10 +0100
| From | Shuah Khan <shuahkh@osg.samsung.com> |
|---|---|
| Date | 2016-12-07 20:10 +0100 |
| Subject | [PATCH] selftests: add missing gitignore files/dirs |
| Message-ID | <sLPLj-46c-19@gated-at.bofh.it> |
Add missing files and directories to gitignore. Create .gitignore files as needed. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com> --- tools/testing/selftests/.gitignore | 1 + tools/testing/selftests/nsfs/.gitignore | 2 ++ tools/testing/selftests/sigaltstack/.gitignore | 1 + 3 files changed, 4 insertions(+) create mode 100644 tools/testing/selftests/.gitignore create mode 100644 tools/testing/selftests/nsfs/.gitignore create mode 100644 tools/testing/selftests/sigaltstack/.gitignore diff --git a/tools/testing/selftests/.gitignore b/tools/testing/selftests/.gitignore new file mode 100644 index 0000000..f0600d2 --- /dev/null +++ b/tools/testing/selftests/.gitignore @@ -0,0 +1 @@ +kselftest diff --git a/tools/testing/selftests/nsfs/.gitignore b/tools/testing/selftests/nsfs/.gitignore new file mode 100644 index 0000000..2ab2c82 --- /dev/null +++ b/tools/testing/selftests/nsfs/.gitignore @@ -0,0 +1,2 @@ +owner +pidns diff --git a/tools/testing/selftests/sigaltstack/.gitignore b/tools/testing/selftests/sigaltstack/.gitignore new file mode 100644 index 0000000..35897b0 --- /dev/null +++ b/tools/testing/selftests/sigaltstack/.gitignore @@ -0,0 +1 @@ +sas -- 2.7.4
[toc] | [next] | [standalone]
| From | Shuah Khan <shuahkh@osg.samsung.com> |
|---|---|
| Date | 2016-12-07 20:10 +0100 |
| Subject | [PATCH] selftests: add missing set-tz to timers .gitignore |
| Message-ID | <sLPLj-46c-17@gated-at.bofh.it> |
| In reply to | #1538009 |
set-tz is missing from timers/.gitignore. Add it. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com> --- tools/testing/selftests/timers/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/timers/.gitignore b/tools/testing/selftests/timers/.gitignore index 68f3fc7..cc98662 100644 --- a/tools/testing/selftests/timers/.gitignore +++ b/tools/testing/selftests/timers/.gitignore @@ -17,3 +17,4 @@ skew_consistency threadtest valid-adjtimex adjtick +set-tz -- 2.7.4
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web