From 5df6aad5303dc8bf2c6437f8b0235f4f7dfd1f52 Mon Sep 17 00:00:00 2001
From: Christopher Bohn <bohn@unl.edu>
Date: Mon, 5 Apr 2021 15:38:26 -0500
Subject: [PATCH] made gitignore more robust

---
 .gitignore | 27 +++++++++++++++++++++++++--
 1 file changed, 25 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index cd4671c..c2fe8ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +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
-bin
-- 
GitLab