.gitignore: add .cache/ to .gitignore
[qemu.git] / .gitignore
1 /GNUmakefile
2 /build/
3 /.cache/
4 *.pyc
5 .sdk
6 .stgit-*
7 .git-submodule-status
8 cscope.*
9 tags
10 TAGS
11 GPATH
12 GRTAGS
13 GTAGS
14 *~
15 *.ast_raw
16 *.depend_raw
17 *.swp
18 *.patch
19 *.gcov
This page took 0.025146 seconds and 4 git commands to generate.