dot/gpg.conf.m4, dot/gpg-agent.conf, Makefile: Adopt GnuPG configuration.
[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## Rust clutter.
17.nailing-cargo.lock
18
19## Global clutter.
20GPATH
21GRTAGS
22GSYMS
23GTAGS
24
25## GDB clutter.
26.gdb_history
27
28## Build and release directories.
29.mdw-build.conf
30/build/
31/build.*/
32/dist-*/
33/p/
34/p.*/
35
36## Debian build debris.
37/debian/*.log
38/debian/autoreconf.*
39/debian/debhelper-build-stamp
40/debian/build/