diff --git a/examples/hs/plain-ghc/.gitignore b/examples/hs/plain-ghc/.gitignore new file mode 100644 index 0000000..5078beb --- /dev/null +++ b/examples/hs/plain-ghc/.gitignore @@ -0,0 +1,3 @@ +*.hs +*.o +*_stub.h \ No newline at end of file diff --git a/examples/hs/plain-ghc/Hello.hi b/examples/hs/plain-ghc/Hello.hi deleted file mode 100644 index 01cd7ce..0000000 Binary files a/examples/hs/plain-ghc/Hello.hi and /dev/null differ diff --git a/examples/hs/plain-ghc/Hello.o b/examples/hs/plain-ghc/Hello.o deleted file mode 100755 index 355c3a6..0000000 Binary files a/examples/hs/plain-ghc/Hello.o and /dev/null differ diff --git a/examples/hs/plain-ghc/Hello_stub.h b/examples/hs/plain-ghc/Hello_stub.h deleted file mode 100644 index 700966c..0000000 --- a/examples/hs/plain-ghc/Hello_stub.h +++ /dev/null @@ -1,9 +0,0 @@ -#include -#if defined(__cplusplus) -extern "C" { -#endif -extern HsInt32 hello(void); -#if defined(__cplusplus) -} -#endif -