Files
mars-matrixssl/.gitignore
2016-04-15 15:12:52 -07:00

59 lines
710 B
Plaintext

# Object files
*.o
*.ko
*.obj
*.elf
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Xcode
*.pbxuser
*.mode1v3
*.mode2v3
*.perspectivev3
*.xcuserstate
project.xcworkspace/
xcuserdata/
#OS X
*.DS_Store
#MatrixSSL Additional Generated Files
/core/memset_s.s
/core/test/test
/crypto/test/algorithmTest
/crypto/test/dhperf/dhperf
/crypto/test/eccperf/eccperf
/crypto/test/rsaperf/rsaperf
/crypto/test/sigVerify
/crypto/test/throughputTest
/matrixssl/test/certValidate
/matrixssl/test/sslTest
/apps/dtls/dtlsClient
/apps/dtls/dtlsServer
/apps/ssl/client
/apps/ssl/server