cleanup gitignore
[dot-emacs] / .gitignore
1 *.elc
2 /.ido.last
3 /.org-id-locations
4 /.python-environments
5 /.savehist
6 /.smex-items
7 /abbrev_defs
8 /ac-comphist.dat
9 /auto-save-list
10 /backups
11 /bbdb
12 /bookmarks
13 /custom.el
14 /elpa
15 /emacs
16 /emacs-disabled
17 /eshell
18 /flycheck-init*
19 /games
20 /info
21 /ltxpng
22 /network-security.data
23 /org-clock-save.el
24 /places
25 /recentf
26 /session.*
27 /tramp
28 /transient
29 /url
30
31 # artifacts I create
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
44 .*~
45 /agent/*
46
47 # until i get submodules going
48 /src
49 /src2