From 7ea69da2b722ec028f50070c06ea50b8d1127502 Mon Sep 17 00:00:00 2001 From: Michael Kirsch Date: Sun, 14 Apr 2019 22:12:53 +0200 Subject: [PATCH] do not track build artifacts from failed xs compilation --- xs/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 xs/.gitignore diff --git a/xs/.gitignore b/xs/.gitignore new file mode 100644 index 000000000..3c836717e --- /dev/null +++ b/xs/.gitignore @@ -0,0 +1 @@ +compilet* \ No newline at end of file