fix missing itype in SEL(x, 0/1, 1/0) --> (x ==/!= 0)
[smatch.git] / .gitignore
blobb22f86b1ddfb99b84abf970948fac0c2b001cf91
1 # generic
2 *.a
3 *.o
4 *.o.d
5 *.pyc
6 *.so
7 *~
8 .*.swp
10 # generated
11 /version.h
13 # programs
14 /c2xml
15 /compile
16 /ctags
17 /example
18 /graph
19 /obfuscate
20 /scheck
21 /semind
22 /sparse
23 /sparse-llvm
24 /test-dissect
25 /test-inspect
26 /test-lexing
27 /test-linearize
28 /test-parsing
29 /test-show-type
30 /test-unssa
32 # tags
33 tags
34 TAGS
36 # stgit generated dirs
37 patches-*
39 # quilt's files
40 patches
41 series
43 # local makefile
44 local.mk
45 .*.mk
47 # cscope and Qt files
48 cscope.out
49 *.pro*