function_hooks: fake an assignment when functions return "0-s32max[$0->bar]"
[smatch.git] / .gitignore
blob993c9053c4cb0df18b5430effde143e6f23f018d
1 # generic
2 *.o
3 *.o.d
4 *.a
5 *.so
6 *~
7 .*.swp
8 .gdb_history
9 *.c.smatch
10 *.c.smatch.caller_info
11 *.c.smatch.sql
13 # generated
14 pre-process.h
15 sparse.pc
16 version.h
18 # programs
19 test-inspect
20 test-lexing
21 test-parsing
22 obfuscate
23 sparse
24 compile
25 graph
26 test-dissect
27 test-linearize
28 example
29 test-unssa
30 ctags
31 c2xml
32 smatch
33 bak.smatch
34 sparse-llvm
36 # tags
37 tags
38 TAGS
40 # stgit generated dirs
41 patches-*
43 # quilt's files
44 patches
45 series
47 #cscope
48 cscope.files
49 cscope.out
51 # local makefile
52 local.mk
54 # local smatch checks
55 check_list_local.h