From 07e7c037de9fc216335adea3b5abc438bfc20a30 Mon Sep 17 00:00:00 2001 From: Christopher Bohn <bohn@unl.edu> Date: Tue, 23 Feb 2021 14:02:48 -0600 Subject: [PATCH] Updated gitignore to exclude more metafiles --- .gitignore | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 992a27a..c2fe8ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,28 @@ +# Mac file finder metadata +.DS_Store +# Windows file metadata +._* +# Thumbnail image caches +Thumbs.db +ethumbs.db +# MS Office temporary file +~* +# Emacs backup file +*~ + +# Common +bin + +# Python files *.pyc *.pyo +__pycache__/ + +# JetBrains (IntelliJ IDEA, PyCharm, etc) files +.idea/ +cmake-build-*/ +*.iml +*.iws +*.ipr +venv/ -.idea -.buildozer -bin -- GitLab