diff options
Diffstat (limited to 'gitignore')
-rw-r--r-- | gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/gitignore b/gitignore new file mode 100644 index 0000000..7e23dca --- /dev/null +++ b/gitignore @@ -0,0 +1,29 @@ +.DS_Store +.AppleDouble +.LSOverride +Icon +Desktop.ini + +# Thumbnails +._* +Thumbs.db + +# Emacs +*~ +\#*\# +/.emacs.desktop +/.emacs.desktop.lock +.elc +auto-save-list +tramp +.\#* + +.envrc + +# Org-mode +.org-id-locations +*_archive + +GPATH +GRTAGS +GTAGS \ No newline at end of file |