chiark / gitweb /
git/gitignore: Deprecate `deb-build/' and `build-*/' directories.
[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
fb8edb53 27build.*
ce178f96 28dist-*