dot/emacs, el/dot-emacs.el: Move `display-buffer-reuse-frames' setting.
[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 ## Rust clutter.
17 .nailing-cargo.lock
18
19 ## Global clutter.
20 GPATH
21 GRTAGS
22 GSYMS
23 GTAGS
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/