Merge branch 'master' of git.distorted.org.uk:~mdw/publish/public-git/profile
[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 ## Build and release directories.
23 build
24 build-*
25 build.*
26 dist-*
27 deb-build