forked from windward-studios/ikvm
-
Notifications
You must be signed in to change notification settings - Fork 24
/
.gitignore
44 lines (44 loc) · 1.07 KB
/
.gitignore
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
42
43
44
*.class
CommonAssemblyInfo.cs
bin\IKVM.AWT.WinForms.dll
bin\IKVM.MSBuild.dll
bin\IKVM.MSBuild.Java.Targets
bin\IKVM.Reflection.dll
bin\IKVM.Runtime.dll
bin\IKVM.Runtime.JNI.dll
bin\IKVM.OpenJDK.*.dll
bin\ikvm.exe.config
bin\ikvmc.exe.config
bin\ikvmstub.exe.config
bin\*.exe
bin-x64\JVM.DLL
bin-x86\JVM.DLL
lib\ikvm-api.jar
openjdk\*.dll
openjdk\allsources.gen.lst
openjdk\copyright.txt
openjdk\java\lang\PropertyConstants.java
openjdk\resources.zip
openjdk\response.gen.txt
openjdk\tools.gen.rsp
openjdk\AssemblyInfo.cs
openjdk\JniAssemblyInfo.cs
openjdk\mscorlib.jar
openjdk\System.jar
openjdk\System.Core.jar
openjdk\System.Data.jar
openjdk\System.Drawing.jar
openjdk\System.XML.jar
runtime\*.dll
runtime\*.jar
tools\*.exe
tools\*.dll
tools\pubkey.txt
.vs/*
*.cache
*.pdb
runtime/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs
awt/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs
ikvm/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs
ikvmstub/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs
obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs