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