From 4f0d95c1ab0a6a9ed719cfe988bd17f7eda9a66a Mon Sep 17 00:00:00 2001 From: Bernhard Guillon Date: Tue, 30 Jun 2026 22:27:56 +0200 Subject: Add .gitignore, remove build/ from tracking --- build/runtime/Baz.dll | Bin 3584 -> 0 bytes build/runtime/FooBar.dll | Bin 3584 -> 0 bytes build/runtime/HelloCMake.dll | Bin 4096 -> 0 bytes build/runtime/HelloCMake.runtimeconfig.json | 9 --------- build/runtime/Second.dll | Bin 3584 -> 0 bytes build/runtime/Second.runtimeconfig.json | 9 --------- build/runtime/Third.dll | Bin 4096 -> 0 bytes build/runtime/Third.runtimeconfig.json | 9 --------- build/runtime/libhello_c.so | Bin 15400 -> 0 bytes 9 files changed, 27 deletions(-) delete mode 100644 build/runtime/Baz.dll delete mode 100644 build/runtime/FooBar.dll delete mode 100644 build/runtime/HelloCMake.dll delete mode 100644 build/runtime/HelloCMake.runtimeconfig.json delete mode 100644 build/runtime/Second.dll delete mode 100644 build/runtime/Second.runtimeconfig.json delete mode 100644 build/runtime/Third.dll delete mode 100644 build/runtime/Third.runtimeconfig.json delete mode 100755 build/runtime/libhello_c.so (limited to 'build/runtime') diff --git a/build/runtime/Baz.dll b/build/runtime/Baz.dll deleted file mode 100644 index 0edc1f6..0000000 Binary files a/build/runtime/Baz.dll and /dev/null differ diff --git a/build/runtime/FooBar.dll b/build/runtime/FooBar.dll deleted file mode 100644 index 473e086..0000000 Binary files a/build/runtime/FooBar.dll and /dev/null differ diff --git a/build/runtime/HelloCMake.dll b/build/runtime/HelloCMake.dll deleted file mode 100644 index e3cec24..0000000 Binary files a/build/runtime/HelloCMake.dll and /dev/null differ diff --git a/build/runtime/HelloCMake.runtimeconfig.json b/build/runtime/HelloCMake.runtimeconfig.json deleted file mode 100644 index e431d27..0000000 --- a/build/runtime/HelloCMake.runtimeconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net10.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "10.0.0" - } - } -} diff --git a/build/runtime/Second.dll b/build/runtime/Second.dll deleted file mode 100644 index 5f27198..0000000 Binary files a/build/runtime/Second.dll and /dev/null differ diff --git a/build/runtime/Second.runtimeconfig.json b/build/runtime/Second.runtimeconfig.json deleted file mode 100644 index e431d27..0000000 --- a/build/runtime/Second.runtimeconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net10.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "10.0.0" - } - } -} diff --git a/build/runtime/Third.dll b/build/runtime/Third.dll deleted file mode 100644 index a530e3a..0000000 Binary files a/build/runtime/Third.dll and /dev/null differ diff --git a/build/runtime/Third.runtimeconfig.json b/build/runtime/Third.runtimeconfig.json deleted file mode 100644 index e431d27..0000000 --- a/build/runtime/Third.runtimeconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net10.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "10.0.0" - } - } -} diff --git a/build/runtime/libhello_c.so b/build/runtime/libhello_c.so deleted file mode 100755 index 7109b38..0000000 Binary files a/build/runtime/libhello_c.so and /dev/null differ -- cgit v1.2.3