chiark / gitweb /
dot/inputrc: Various kinds of readline tweaking.
[profile] / git / gitignore
... / ...
CommitLineData
1### Global gitignores file
2
3## Emacs clutter.
4*~
5\#*
6.#*
7
8semantic.cache
9
10## STG clutter.
11.stgit-edit.txt
12*.ancestor
13*.patched
14
15## Global clutter.
16GPATH
17GRTAGS
18GSYMS
19GTAGS
20
21## Build and release directories.
22build
23build-*
24dist-*
25deb-build
26
27## Semantic clutter and tags stuff
28semantic.cache
29TAGS
30GPATH
31GRTAGS
32GSYMS
33GTAGS