backgrounds: Add two more for the collection.
[profile] / gitignore
1 ### Global gitignores file
2
3 ## Emacs clutter.
4 *~
5 \#*
6 .#*
7
8 semantic.cache
9
10 ## STG clutter.
11 .stgit-edit.txt
12 *.ancestor
13 *.patched
14
15 ## Global clutter.
16 GPATH
17 GRTAGS
18 GSYMS
19 GTAGS
20
21 ## Build and release directories.
22 build
23 build-*
24 dist-*
25 deb-build
26
27 ## Semantic clutter and tags stuff
28 semantic.cache
29 TAGS
30 GPATH
31 GRTAGS
32 GSYMS
33 GTAGS