debug: introduce __smatch_mem()
[smatch.git] / .gitignore
blob9d2811f605bc47005c54b719ec8b75428d72ca03
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
50 # local makefile
51 local.mk
53 # local smatch checks
54 check_list_local.h
56 # cscope and Qt files
57 cscope.out
58 *.pro*
60 #python
61 *.pyc