From e84109000b9b30bbfc6e3212aef023996a65074d Mon Sep 17 00:00:00 2001 From: Eric Denovellis Date: Wed, 22 Nov 2017 09:31:56 -0500 Subject: [PATCH] Ignore log, mac and data files --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index 7bbc71c..287f164 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,14 @@ +# Data Files +*.mat +*.nc + +# Mac +.DS_Store + +# Log files +*.log + + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]