From 135f45193f2bd1f6ce2aa95e06973d19073286d5 Mon Sep 17 00:00:00 2001 From: Daniel Himmelstein Date: Fri, 2 Nov 2018 13:23:22 -0400 Subject: [PATCH] Ignore OS specific files Merges https://github.com/greenelab/manubot-rootstock/pull/142 --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitignore b/.gitignore index 6befc7c..ec87fe3 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,17 @@ __pycache__/ # Misc temporary files *.bak +# Operating system specific files + +## Linux +*~ +.Trash-* + +## macOS +.DS_Store +._* +.Trashes + +## Windows +Thumbs.db +[Dd]esktop.ini