diff options
author | Jakob Unterwurzacher | 2020-05-24 23:46:41 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2020-05-24 23:46:41 +0200 |
commit | 6019598fdb9d223beec7da5848cf950ca90e85e7 (patch) | |
tree | bf2a6ee2241b4dd1b5331d0514cafd455d9a1b4a /contrib | |
parent | 71c0481f0e42c6bf1749dde8a30d9a6b728e83a0 (diff) |
contrib: collect getdents stuff in getdents-debug folder
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/getdents-debug/getdents/.gitignore (renamed from contrib/getdents/.gitignore) | 0 | ||||
-rw-r--r-- | contrib/getdents-debug/getdents/getdents.go (renamed from contrib/getdents/getdents.go) | 0 | ||||
-rw-r--r-- | contrib/getdents-debug/getdents_c/.gitignore (renamed from contrib/getdents_c/.gitignore) | 0 | ||||
-rw-r--r-- | contrib/getdents-debug/getdents_c/Makefile (renamed from contrib/getdents_c/Makefile) | 0 | ||||
-rw-r--r-- | contrib/getdents-debug/getdents_c/getdents.c (renamed from contrib/getdents_c/getdents.c) | 0 |
5 files changed, 0 insertions, 0 deletions
diff --git a/contrib/getdents/.gitignore b/contrib/getdents-debug/getdents/.gitignore index 6dae481..6dae481 100644 --- a/contrib/getdents/.gitignore +++ b/contrib/getdents-debug/getdents/.gitignore diff --git a/contrib/getdents/getdents.go b/contrib/getdents-debug/getdents/getdents.go index a70692a..a70692a 100644 --- a/contrib/getdents/getdents.go +++ b/contrib/getdents-debug/getdents/getdents.go diff --git a/contrib/getdents_c/.gitignore b/contrib/getdents-debug/getdents_c/.gitignore index 2f94993..2f94993 100644 --- a/contrib/getdents_c/.gitignore +++ b/contrib/getdents-debug/getdents_c/.gitignore diff --git a/contrib/getdents_c/Makefile b/contrib/getdents-debug/getdents_c/Makefile index 95e47dc..95e47dc 100644 --- a/contrib/getdents_c/Makefile +++ b/contrib/getdents-debug/getdents_c/Makefile diff --git a/contrib/getdents_c/getdents.c b/contrib/getdents-debug/getdents_c/getdents.c index 98c2346..98c2346 100644 --- a/contrib/getdents_c/getdents.c +++ b/contrib/getdents-debug/getdents_c/getdents.c |