*new* check_macros: find macro precedence bugs
[smatch.git] / .gitignore
blob86f20528aacaabc08cb5fc9f6808c474c61c64e3
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-lexing
15 test-parsing
16 obfuscate
17 sparse
18 compile
19 graph
20 test-dissect
21 test-linearize
22 example
23 test-unssa
24 ctags
25 c2xml
26 smatch
28 # tags
29 tags
30 TAGS
32 # stgit generated dirs
33 patches-*
35 # quilt's files
36 patches
37 series
39 #cscope
40 cscope.files
41 cscope.out
43 # local makefile
44 local.mk