rosenberg: handle bit fields better
[smatch.git] / .gitignore
blobb2942519401899f76a09294392cd82a972c1bee6
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 sparse
25 sparse-llvm
26 semind
27 test-dissect
28 test-inspect
29 test-lexing
30 test-linearize
31 test-parsing
32 test-show-type
33 test-unssa
34 ctags
35 c2xml
36 smatch
37 bak.smatch
38 sparse-llvm
40 # tags
41 tags
42 TAGS
44 # stgit generated dirs
45 patches-*
47 # quilt's files
48 patches
49 series
51 #cscope
52 cscope.files
54 # local makefile
55 local.mk
56 .*.mk
58 # local smatch checks
59 check_list_local.h
61 # cscope and Qt files
62 cscope.out
63 *.pro*
65 #python
66 *.pyc