dot/inputrc: Categorize C-M-w properly.
[profile] / git / gitignore
... / ...
CommitLineData
1### Global gitignores file
2
3## Emacs clutter.
4*~
5\#*
6.#*
7
8## Semantic clutter.
9semantic.cache
10
11## StGit clutter.
12.stgit-edit.txt
13*.ancestor
14*.patched
15
16## Global clutter.
17GPATH
18GRTAGS
19GSYMS
20GTAGS
21
22## GDB clutter.
23.gdb_history
24
25## Build and release directories.
26/build/
27/build.*/
28/dist-*/
29/p/
30/p.*/