type_val: use the correct type in get_db_type_rl()
[smatch.git] / .gitignore
blob5ef870023b29ff7a767f1d4ab587acc9491a0a46
1 # generic
2 *.o
3 *.o.d
4 *.a
5 *.so
6 *~
7 .*.swp
8 .gdb_history
10 # generated
11 pre-process.h
12 sparse.pc
13 version.h
15 # programs
16 test-inspect
17 test-lexing
18 test-parsing
19 obfuscate
20 sparse
21 compile
22 graph
23 test-dissect
24 test-linearize
25 example
26 test-unssa
27 ctags
28 c2xml
29 smatch
30 bak.smatch
31 sparse-llvm
33 # tags
34 tags
35 TAGS
37 # stgit generated dirs
38 patches-*
40 # quilt's files
41 patches
42 series
44 #cscope
45 cscope.files
46 cscope.out
48 # local makefile
49 local.mk
51 # local smatch checks
52 check_list_local.h