From afec162a860330e960a7e570844cc25f2ad03103 Mon Sep 17 00:00:00 2001 From: rick Date: Sat, 2 Apr 2022 16:07:07 +0200 Subject: [PATCH] add emacs and more vim files --- .gitignore | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 75 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d38c149..1432efc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,76 @@ -*.swp + +# Created by https://www.toptal.com/developers/gitignore/api/emacs,vim +# Edit at https://www.toptal.com/developers/gitignore?templates=emacs,vim + +### Emacs ### +# -*- mode: gitignore; -*- *~ +\#*\# +/.emacs.desktop +/.emacs.desktop.lock +*.elc +auto-save-list +tramp +.\#* + +# Org-mode +.org-id-locations +*_archive + +# flymake-mode +*_flymake.* + +# eshell files +/eshell/history +/eshell/lastdir + +# elpa packages +/elpa/ + +# reftex files +*.rel + +# AUCTeX auto folder +/auto/ + +# cask packages +.cask/ +dist/ + +# Flycheck +flycheck_*.el + +# server auth directory +/server/ + +# projectiles files +.projectile + +# directory configuration +.dir-locals.el + +# network security +/network-security.data + + +### Vim ### +# Swap +[._]*.s[a-v][a-z] +!*.svg # comment out if you don't need vector files +[._]*.sw[a-p] +[._]s[a-rt-v][a-z] +[._]ss[a-gi-z] +[._]sw[a-p] + +# Session +Session.vim +Sessionx.vim + +# Temporary +.netrwhist +# Auto-generated tag files +tags +# Persistent undo +[._]*.un~ + +# End of https://www.toptal.com/developers/gitignore/api/emacs,vim