forked from wolfSSL/wolfcrypt-jni
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (31 loc) · 710 Bytes
/
Copy path.gitignore
File metadata and controls
41 lines (31 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# 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/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