diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-07-26 22:30:03 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-07-26 22:40:29 +0200 |
commit | b1d74e437f01fe79dfff1d6421b762c90f6e9eff (patch) | |
tree | 46d580516819b5137a48f1b1f5e554bd90fb7da8 /users/marekpasnikowski-gitignore | |
parent | de3de823fcf95285ea96d3bd7415e3ca393cb2bd (diff) |
feat(marekpasnikowski): install git
Diffstat (limited to 'users/marekpasnikowski-gitignore')
-rw-r--r-- | users/marekpasnikowski-gitignore | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/users/marekpasnikowski-gitignore b/users/marekpasnikowski-gitignore new file mode 100644 index 0000000..98e588f --- /dev/null +++ b/users/marekpasnikowski-gitignore @@ -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 |