param_key: fix container of when no struct member is referenced
[smatch.git] / .gitignore
blob9670e780f74b6dca477b477e5dd551a3e74fa9c2
1 # generic
2 *.a
3 *.o
4 *.o.d
5 *.pyc
6 *.so
7 *~
8 .*.swp
9 .gdb_history
10 *.c.smatch
11 *.c.smatch.caller_info
12 *.c.smatch.sql
14 # generated
15 /version.h
17 # programs
18 /c2xml
19 /compile
20 /ctags
21 /example
22 /graph
23 /obfuscate
24 /scheck
25 /semind
26 /smatch
27 /bak.smatch
28 /sparse
29 /sparse-llvm
30 /test-dissect
31 /test-inspect
32 /test-lexing
33 /test-linearize
34 /test-parsing
35 /test-show-type
36 /test-unssa
38 # tags
39 tags
40 TAGS
42 # stgit generated dirs
43 patches-*
45 # quilt's files
46 patches
47 series
49 #cscope
50 cscope.files
52 # local makefile
53 local.mk
54 .*.mk
56 # local smatch checks
57 check_list_local.h
59 # cscope and Qt files
60 cscope.out
61 *.pro*
63 #python
64 *.pyc