diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2016-12-07 12:01:10 -0700 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-12-08 08:51:32 -0700 |
commit | 8b27787a6dda01c5281d8fb22ae79063f8b21e33 (patch) | |
tree | 3b949d08b43a259754d75b3601e213183762a064 /tools/testing | |
parent | 1dbbf44178e38b2f6c0af9e011615e6cd7ab3a01 (diff) | |
download | linux-stable-8b27787a6dda01c5281d8fb22ae79063f8b21e33.tar.gz linux-stable-8b27787a6dda01c5281d8fb22ae79063f8b21e33.tar.bz2 linux-stable-8b27787a6dda01c5281d8fb22ae79063f8b21e33.zip |
selftests: add missing gitignore files/dirs
Add missing files and directories to gitignore. Create .gitignore files
as needed.
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'tools/testing')
-rw-r--r-- | tools/testing/selftests/.gitignore | 1 | ||||
-rw-r--r-- | tools/testing/selftests/nsfs/.gitignore | 2 | ||||
-rw-r--r-- | tools/testing/selftests/sigaltstack/.gitignore | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/tools/testing/selftests/.gitignore b/tools/testing/selftests/.gitignore new file mode 100644 index 000000000000..f0600d20ce7d --- /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 000000000000..2ab2c824ce86 --- /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 000000000000..35897b0a3f44 --- /dev/null +++ b/tools/testing/selftests/sigaltstack/.gitignore @@ -0,0 +1 @@ +sas |