diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | lib/cppunit | 0 |
3 files changed, 1 insertions, 3 deletions
@@ -74,6 +74,7 @@ /ledger.info /ledger.so /lib/boost* +/lib/cppunit /libtool /ltmain.sh /make.deps diff --git a/.gitmodules b/.gitmodules index 174e0096..18e192aa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "lib/cppunit"] - path = lib/cppunit - url = git://github.com/jwiegley/cppunit.git [submodule "lib/utfcpp"] path = lib/utfcpp url = git://github.com/jwiegley/utfcpp.git diff --git a/lib/cppunit b/lib/cppunit deleted file mode 160000 -Subproject fccfbd741a0fd974945bb259854768cc70258f0 |