introduce: smatch_data/kernel.no_inline_functions
[smatch.git] / .gitignore
blob14c818e48b84dc2435bbdaca7124ce4178a2c54b
1 # generic
2 *.o
3 *.o.d
4 *.a
5 *.so
6 *~
7 .*.swp
9 # generated
10 pre-process.h
11 sparse.pc
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 smatch
28 bak.smatch
29 sparse-llvm
31 # tags
32 tags
33 TAGS
35 # stgit generated dirs
36 patches-*
38 # quilt's files
39 patches
40 series
42 #cscope
43 cscope.files
44 cscope.out
46 # local makefile
47 local.mk
49 # local smatch checks
50 check_list_local.h