commit eca41d31fb673955499545a043738bb2ac6d7ab4 parent 8b78061e9ac3f3bff51b07f5c5f092f1a6df07dc Author: Hugo Soucy <hs0ucy@h50ucy.local> Date: Tue, 25 Sep 2018 22:37:53 -0400 Add a global gitignore Diffstat:
M | .gitignore | | | 1 | + |
A | .gitignore_global | | | 40 | ++++++++++++++++++++++++++++++++++++++++ |
2 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -6,6 +6,7 @@ !.config/terminator/config !.editorconfig +!.gitignore_global !.kshrc !.mbsyncrc !.profile diff --git a/.gitignore_global b/.gitignore_global @@ -0,0 +1,39 @@ +_.htaccess +.htaccess + +# Emacs +auto-save-list +backups +eshell +*~ +session.* +tramp +elpa +.yas-compiled-snippets.el +\#*\# +/.emacs.desktop +/.emacs.desktop.lock +.elc +*.eld +.eld +auto-save-list +tramp +.\#* + +# Org-mode +.org-id-locations +*_archive +*.git/ +.git/ + +.DS_Store +app/_cache/pages/* +!app/_cache/pages/.gitignore +app/_cache/templates/* +!app/_cache/templates/.gitignore +app/_cache/images/* +!app/_cache/images/.gitignore + +logs + +.sass-cache+ \ No newline at end of file