From 315b2f5b9c721285c05117657d7938a7ecf351c7 Mon Sep 17 00:00:00 2001 From: ilsix Date: Thu, 4 Apr 2024 23:01:53 +0200 Subject: [PATCH] gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e6bbdff..060b27d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ #all regularly compiled binaries helloworld +#Haskell +helloworld.hi + #Java helloworld.class