From ed6bd7fd5552afc5b8633b77ba13f04da2168a75 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 | 5 +++++ 1 file changed, 5 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..3fd3ba4 --- /dev/null +++ b/example-cross-compile-cpp/.gitignore @@ -0,0 +1,5 @@ +*.exe +*.exe.obj +*.pdb +*.elf +*.elf.o -- cgit v1.2.3