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