From 3354c1c8f13c722d0e66c5cc63b3a0fa79afc026 Mon Sep 17 00:00:00 2001 From: turtlebasket Date: Sat, 15 Apr 2023 10:48:43 -0700 Subject: [PATCH] ignore windows stuff --- .gitignore | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c77e864..f5f9868 100644 --- a/.gitignore +++ b/.gitignore @@ -160,4 +160,30 @@ src/calva-fmt/atom-language-clojure/.cache/ src/calva-fmt/atom-language-clojure/.bash_history # Leiningen -.lein-repl-history \ No newline at end of file +.lein-repl-history + + +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk