diff --git a/.gitignore b/.gitignore index 477a353..d8fc21a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# Haskell dist cabal-dev *.o @@ -5,3 +6,7 @@ cabal-dev *.chi *.chs.h .virthualenv + +# OCaml +*.cmo +*.cmi