From 8dc482e6161b7c7feaa4ed6c026a768a95703c68 Mon Sep 17 00:00:00 2001 From: Michael Hucka Date: Mon, 2 Mar 2020 08:40:18 -0800 Subject: [PATCH] Ignore .dropbox files Frank found these to be a problem on Windows due to their presence in another repository, so we may as well put a rule in the template .gitignore to avoid the problem in the future. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 0bb415d..55fc36a 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,11 @@ ehthumbs.db Thumbs.db +# Dropbox and similar files to ignore: +# ............................................................................. + +.dropbox + # Emacs-specific things to ignore: # .............................................................................