fix for emacs update, various improvements
[dot-emacs] / .gitignore
1 *.elc
2 /eln-cache
3 /.ido.last
4 /.org-id-locations
5 /.python-environments
6 /.savehist
7 /.smex-items
8 /abbrev_defs
9 /ac-comphist.dat
10 /auto-save-list
11 /backups
12 /bbdb
13 /bookmarks
14 /custom.el
15 /elpa
16 /emacs
17 /emacs-disabled
18 /eshell
19 /flycheck-init*
20 /games
21 /info
22 /ltxpng
23 /network-security.data
24 /org-clock-save.el
25 /places
26 /recentf
27 /session.*
28 /tramp
29 /transient
30 /url
31
32 # artifacts I create
33 /dev.el
34
35 ## ignore mail/gnus cruft for those who keep mail in this directory
36 drafts
37 Mail
38 mail
39 .newsrc-dribble
40 .nnmail-cache
41 #.newsrc-dribble#
42 *.SCORE
43 marks
44
45 *~
46 /agent/*
47
48 # until i get submodules going
49 /src
50 /src2