From b1a9f8f35e7652ecb37d594a9d0b9c1eaa482395 Mon Sep 17 00:00:00 2001 From: Leandro Moreira Date: Sun, 26 Feb 2017 00:21:21 -0300 Subject: [PATCH] ignores ds_store folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 32394bd..b4c49a3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ v/* !v/small_bunny_1080p_60fps.mp4 !v/small_bunny_1080p_30fps.mp4 .ipynb_checkpoints/ +.DS_Store