all repos — nixfiles @ 13ddd4cb0f91cb6c78f94eb5fa8bbee1b5b83920

System and user configuration, managed by nix and home-manager

Add global gitignore file

Alan Pearce
commit

13ddd4cb0f91cb6c78f94eb5fa8bbee1b5b83920

parent

c0b1db9dd382dfa75980888433936645ac17bf97

2 files changed, 25 insertions(+), 0 deletions(-)

jump to
M gitconfiggitconfig
@@ -21,3 +21,5 @@ [github]
user = alan@alanpearce.co.uk [diff] algorithm = patience +[core] + excludesfile = /Users/alan/dotfiles/global.gitignore
A global.gitignore
@@ -0,0 +1,23 @@
+.DS_Store +.AppleDouble +.LSOverride +Icon +Desktop.ini + +# Thumbnails +._* +Thumbs.db + +# Emacs +*~ +\#*\# +/.emacs.desktop +/.emacs.desktop.lock +.elc +auto-save-list +tramp +.\#* + +# Org-mode +.org-id-locations +*_archive