From 5986fe1a93cfeb80dabd0feea09acd06a988c0da Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Jul 23 2019 08:30:29 +0000 Subject: Remove version control internal file. --- diff --git a/tinygo.spec b/tinygo.spec index 1d45f4d..27c85e1 100644 --- a/tinygo.spec +++ b/tinygo.spec @@ -151,6 +151,7 @@ for target in armv6m-none-eabi armv7m-none-eabi armv7em-none-eabi; do install -vpm 0644 ${target}-compiler-rt.a %{buildroot}%{tinygoroot}/pkg/${target}/compiler-rt.a done cp -rp src %{buildroot}%{tinygoroot}/ +rm %{buildroot}%{tinygoroot}/src/examples/wasm/.gitignore cp -rp targets %{buildroot}%{tinygoroot}/