From 962f29ba59b3b064d2e6e4d6274f4b4ff09a6412 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Fri, 5 Jul 2024 00:26:27 +0200 Subject: cross: mini cpp cross compile using zig compiler --- example-cross-compile-cpp/.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 example-cross-compile-cpp/.gitignore (limited to 'example-cross-compile-cpp/.gitignore') diff --git a/example-cross-compile-cpp/.gitignore b/example-cross-compile-cpp/.gitignore new file mode 100644 index 0000000..19794fc --- /dev/null +++ b/example-cross-compile-cpp/.gitignore @@ -0,0 +1,7 @@ +*.lib +*.dll +*.exe +*.exe.obj +*.pdb +*.elf +*.elf.o -- cgit v1.2.3