linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests: add missing gitignore files/dirs
@ 2016-12-07 19:07 Shuah Khan
  2016-12-07 19:07 ` [PATCH] selftests: add missing set-tz to timers .gitignore Shuah Khan
  0 siblings, 1 reply; 2+ messages in thread
From: Shuah Khan @ 2016-12-07 19:07 UTC (permalink / raw)
  To: shuah; +Cc: Shuah Khan, linux-kernel, linux-kselftest

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] selftests: add missing set-tz to timers .gitignore
  2016-12-07 19:07 [PATCH] selftests: add missing gitignore files/dirs Shuah Khan
@ 2016-12-07 19:07 ` Shuah Khan
  0 siblings, 0 replies; 2+ messages in thread
From: Shuah Khan @ 2016-12-07 19:07 UTC (permalink / raw)
  To: shuah, john.stultz, tglx; +Cc: Shuah Khan, linux-kernel, linux-kselftest

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-07 19:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-07 19:07 [PATCH] selftests: add missing gitignore files/dirs Shuah Khan
2016-12-07 19:07 ` [PATCH] selftests: add missing set-tz to timers .gitignore Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).