Bump sparse's version to -rc5
[smatch.git] / .gitignore
blob44218a2fed91b34f61d1397cf6ff4168b8317c5e
1 # generic
2 *.o
3 *.o.d
4 *.a
5 *.so
6 .*.swp
8 # generated
9 pre-process.h
10 sparse.pc
11 version.h
13 # programs
14 test-inspect
15 test-lexing
16 test-parsing
17 obfuscate
18 sparse
19 compile
20 graph
21 test-dissect
22 test-linearize
23 example
24 test-unssa
25 ctags
26 c2xml
27 sparse-llvm
29 # tags
30 tags
31 TAGS
33 # stgit generated dirs
34 patches-*
36 # quilt's files
37 patches
38 series
40 # local makefile
41 local.mk
43 # cscope and Qt files
44 cscope.out
45 *.pro*