diff options
Diffstat (limited to 'home-files/git-ignore.conf')
-rw-r--r-- | home-files/git-ignore.conf | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/home-files/git-ignore.conf b/home-files/git-ignore.conf new file mode 100644 index 0000000..98e588f --- /dev/null +++ b/home-files/git-ignore.conf @@ -0,0 +1,48 @@ +# -*- 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 |