sparse 0.4.4
[smatch.git] / .gitignore
blobcaee412c344cacbf52371571da6e1374d71da6de
1 # generic
2 *.o
3 *.o.d
4 *.a
5 *.so
6 .*.swp
8 # generated
9 pre-process.h
10 sparse.pc
12 # programs
13 test-inspect
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
27 # tags
28 tags
29 TAGS
31 # stgit generated dirs
32 patches-*
34 # quilt's files
35 patches
36 series
38 # local makefile
39 local.mk