serval-dna/.gitignore
Andrew Bettison 46cfb81967 Configure and build libsodium from subtree
The libsodium source code is now embedded in the Serval DNA sourcecode
as a git subtree, so configure.ac and Makefile.in now recurse into it as
part of the Serval DNA build.

This simplifies the build instructions and eliminates all external
dependencies on libsodium development files and operating system
packages, returning Serval DNA to a self-contained component whose only
external dependencies are standard system libraries.

Remove the build-libsodium.sh script, as it is no longer needed.
2017-09-27 14:49:08 +09:30

38 lines
435 B
Plaintext

*~
/win32/Debug
/win32/Release
*.user
*.ncb
/libsodium-*/
/objs
/objs_lib
/objs_servald
*.a
*.suo
.*.sw?
/VERSION.txt
/configure
/autom4te.cache
/aclocal.m4
/config.log
/config.status
/Makefile
/testconfig.sh
/config.h
/servald
/servaldwrap
/serval-tests
/directory_service
/tfw_createfile
/fakeradio
/config_test
/simulator
*.so
test.*.log
/testlog/
/coverage_html/
*.info
/java-api/Makefile
/java-api/classes/
/java-api/testclasses/