dot/gitconfig.in: Add explicit `pull' 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 ## Global clutter.
17 GPATH
18 GRTAGS
19 GSYMS
20 GTAGS
21
22 ## GDB clutter.
23 .gdb_history
24
25 ## Build and release directories.
26 .mdw-build.conf
27 /build/
28 /build.*/
29 /dist-*/
30 /p/
31 /p.*/
32
33 ## Debian build debris.
34 /debian/*.log
35 /debian/autoreconf.*
36 /debian/debhelper-build-stamp
37 /debian/build/