chiark / gitweb /
el/dot-emacs.el: Add a useful `w3m' binding to open links in new tabs.
[profile] / git / gitignore
1 ### Global gitignores file
2
3 ## Emacs clutter.
4 *~
5 \#*
6 .#*
7
8 ## Semantic clutter.
9 semantic.cache
10
11 ## StGit clutter.
12 .stgit-edit.txt
13 *.ancestor
14 *.patched
15
16 ## Global clutter.
17 GPATH
18 GRTAGS
19 GSYMS
20 GTAGS
21
22 ## GDB clutter.
23 .gdb_history
24
25 ## Build and release directories.
26 build
27 build-*
28 build.*
29 dist-*
30 deb-build