
# Build directories
build/
lib/

# Generated Javadocs
docs/javadoc

# makefile, since copied from makefile.linux or makefile.macosx
makefile

# Code signing key/alias info file
codeSigning.properties

# rpm package files
rpm/spec
*.rpm
wolfcrypt*.tar.gz

# Android
IDE/Android/.idea/deploymentTargetDropDown.xml
IDE/Android/.idea/vcs.xml
IDE/Android/app/.cxx/
IDE/Android/app/src/main/cpp/wolfssl

# Windows
IDE/WIN/.vs
IDE/WIN/wolfcryptjni.vcxproj.user
IDE/WIN/DLL Debug
IDE/WIN/DLL Debug FIPS
IDE/WIN/DLL Release
IDE/WIN/DLL Release FIPS

# infer RacerD
infer-out/

# Maven output directory
target/

# Generated system cacerts.wks and jssecacerts.wks
examples/certs/systemcerts/cacerts.wks
examples/certs/systemcerts/jssecacerts.wks
