various improvements
[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 /emacs-disabled
27 /session.*
28 *.elc
29 /games
30 /transient
31
32 # artifacts I create
33 /my-init.el
34 /dev.el
35
36 ## ignore mail/gnus cruft for those who keep mail in this directory
37 drafts
38 Mail
39 mail
40 .newsrc-dribble
41 .nnmail-cache
42 #.newsrc-dribble#
43 *.SCORE
44 marks
45 .session
46 abbrev_defs
47 scratch
48 secret.org
49 .emacs.desktop*
50 .*~
51 agent/*
52
53 # until i get submodules going
54 /src
55 /src2