We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41791f7 commit 5f58375Copy full SHA for 5f58375
.gitignore
@@ -6,10 +6,13 @@
6
*.gen
7
*/*.gen
8
*.swp
9
+*.iml
10
+*/*.iml
11
12
bin/
-build/
-/out/
13
+*/build/
14
+out/
15
+*/out/
16
.settings/
17
18
pg/*.asc
@@ -19,19 +22,7 @@ pg/*.txt
19
22
20
23
.idea
21
24
-core/out
-mail/out
-pg/out
25
-pkix/out
26
-prov/out
27
-tls/out
28
-test/out
29
codesigning.jks
30
31
-
32
-/misc/misc.iml
33
-/mail/mail.iml
34
-/core/core.iml
35
/prov/src/main/core/
36
-/prov/prov.iml
37
-/test/test.iml
+
0 commit comments