dot/emacs: Move `C-x w d' to `C-c w d'.
[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 ## Build and release directories.
23 build
24 build-*
25 dist-*
26 deb-build