From cc96368e913cd1afee496785e9d0df2233970bb3 Mon Sep 17 00:00:00 2001 From: Ovi Trif Date: Mon, 1 Oct 2018 22:11:13 +0200 Subject: [PATCH] Cleanup .gitignore and ignore .DS_Store file --- .gitignore | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 1ef5319f..60991ec5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,3 @@ .idea/workspace.xml -*.pyc -/perl6/lib/.precomp -/elixir/_build/ -python/.cache -python/.coverage **/.idea +.DS_Store