smdb.py: fix test for if a datatype is known
[smatch.git] / .gitignore
blob19d11a3567b4687d0ded1d3794b9d01da2470f05
1 # generic
2 *.o
3 *.o.d
4 *.a
5 *.so
6 *~
7 .*.swp
9 # generated
10 pre-process.h
11 sparse.pc
12 version.h
14 # programs
15 test-inspect
16 test-lexing
17 test-parsing
18 obfuscate
19 sparse
20 compile
21 graph
22 test-dissect
23 test-linearize
24 example
25 test-unssa
26 ctags
27 c2xml
28 smatch
29 bak.smatch
30 sparse-llvm
32 # tags
33 tags
34 TAGS
36 # stgit generated dirs
37 patches-*
39 # quilt's files
40 patches
41 series
43 #cscope
44 cscope.files
45 cscope.out
47 # local makefile
48 local.mk
50 # local smatch checks
51 check_list_local.h