evaluate: split out implementation of compatible_assignment_types
[smatch.git] / .gitignore
blobd32d0631ab6d131122fcdd20bad128a54c6297bb
1 # generic
2 *.o
3 *.o.d
4 *.a
5 *.so
6 .*.swp
8 # generated
9 pre-process.h
10 sparse.pc
11 version.h
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 sparse-llvm
29 # tags
30 tags
31 TAGS
33 # stgit generated dirs
34 patches-*
36 # quilt's files
37 patches
38 series
40 # local makefile
41 local.mk