diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-05-27 10:09:49 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-05-27 10:25:51 +0300 |
commit | 199c6e2918e48283f724b31436576ec6c56537c3 (patch) | |
tree | 8a0d6c828277060b721feb2b15587c619aa45694 /test/.gitignore | |
parent | 4e1ed7205d22f630b112f8edce8ba09d873fcd40 (diff) |
Revert "Get rid of use of GNU libtool" and its follow-up
The change causes problems for people on various sad distros. Oh well,
whatever.
This reverts commit bd00d9fd0576b8f249d2145d8570bc395d137dc1.
This reverts commit 054a9cdb045a84c0d779ad47cbec0b11f28a4f06.
Change-Id: Ie439e4c655d02b6f34bdd1a9c1c5b6db6048b653
Diffstat (limited to 'test/.gitignore')
-rw-r--r-- | test/.gitignore | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/test/.gitignore b/test/.gitignore index 07be0a923..3a7e5fe74 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -4,10 +4,9 @@ Makefile Makefile.in *.log *.trs -*.so +.libs +*.la +*.lo *.o -fakesockettest test run_unit.sh -WsdSources.cpp -Ssl.cpp |