From e2cfe881e34cb5c077e0f0753053d44eac0e5df0 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Tue, 28 May 2019 22:32:15 +0200 Subject: [PATCH] .gitignore improvements --- .gitignore | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 41771495..e3642b89 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,38 @@ _build/ env/ -extensions/__pycache__/ __pycache__ *.pyc *~ .directory +.vs/ .vscode/ *.mo +# Vim temp files +*.swo +*.swp + +# Geany/geany-plugins files +*.geany +.geanyprj + # Finder (macOS) makes these automatically. .DS_Store +__MACOSX -# And Windows keeps creating these. -Thumbs.db +# Windows image file caches +[Tt]humbs.db +[Tt]humbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Windows shortcuts +*.lnk + +# Windows folder config file +[Dd]esktop.ini + +# Windows Recycle Bin used on file shares +$RECYCLE.BIN/ +logo.h +*.autosave