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