From 59e7ad316f520735e12bd412f938d1054e9bc1ef Mon Sep 17 00:00:00 2001 From: Ivan Smirnov Date: Mon, 6 Aug 2018 23:43:07 -0700 Subject: [PATCH] Reformat gitingore into sections --- .gitignore | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 03cc60b3..a52f573a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,13 @@ -output/ +# OS cruft .DS_Store +._* + +# python __pycache__/ archiver/venv + +# vim +.swp* + +# output artifacts +output/