diff options
author | Kevin Cernekee <cernekee@gmail.com> | 2012-04-07 13:31:25 -0700 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-04-08 01:04:17 -0400 |
commit | c10a5588b3c28d328bfe5fbcaa17a3e627972d99 (patch) | |
tree | 8bf394a267d4e4c5304d18487b41ba5d14530445 /test/.gitignore | |
parent | 83968bbe1a187daac2dd16e22529525459cbab21 (diff) |
test: Ignore various test objects
Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'test/.gitignore')
-rw-r--r-- | test/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/.gitignore b/test/.gitignore index c89281624..a39fbec48 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -29,11 +29,15 @@ dlopen/dltest2 dlopen/dlundef dlopen/libafk.so dlopen/libafk-temp.so +dlopen/libA.so +dlopen/libB.so +dlopen/libC.so dlopen/libstatic.so dlopen/libtest[123].so dlopen/libtest.so dlopen/libundef.so dlopen/test[1-3] +dlopen/testscope inet/bug-if1 inet/gethost_r-align inet/if_nameindex @@ -250,6 +254,7 @@ silly/tiny stat/memcmp-stat stat/stat stat/stat64 +stat/stat-loop256 stdio/64bit stdio/fclose-loop stdlib/ptytest |