serval-dna/.gitignore
Andrew Bettison f2eb2bf9ab Add Swift 3/4 'servaldswift' executable
If the Swift 3 or Swift 4 compiler is present or passed to the configure
script in the SWIFTC variable, then the Makefile will compile a Swift
'servaldswift' executable to ensure that the module map links correctly
into a stand-alone Swift program.

Use the gold linker if supported, to avoid relocation errors on symbols
produced by Swift when linking dynamic libraries.
2018-03-06 15:29:17 +10:30

39 lines
449 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
/servaldswift
/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/