summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2021-02-24 10:30:22 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2021-02-24 11:15:01 -0500
commitf6ddc32695fb4602ed8b8e1e53b0636b28fef170 (patch)
tree3f20a7db04ec529e1d565a6eb52075d50c4e9889 /.gitignore
parent8de66f799ffeb2fcdf8846e516c535db13c1e29d (diff)
downloadlibfaketime-f6ddc32695fb4602ed8b8e1e53b0636b28fef170.tar.gz
Genericize build rules for testing external libraries with constructor
This paves the way for testing other interceptions like getpid() with shared objects that do devious things in their consturctors.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index fa63451..d495d94 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,8 +2,8 @@
*.so.1
timetest
test/getrandom_test
-test/librandom.o
-test/librandom.so
+test/lib*.o
+test/lib*.so
test/use_lib_random
src/libfaketime.dylib.1