pre-proc: do some path normalization
[smatch.git] / .gitignore
blob63c74afdb156bd856c14ca00f89173cb4db0fe42
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 sparse
21 sparse-llvm
22 semind
23 test-dissect
24 test-inspect
25 test-lexing
26 test-linearize
27 test-parsing
28 test-show-type
29 test-unssa
31 # tags
32 tags
33 TAGS
35 # stgit generated dirs
36 patches-*
38 # quilt's files
39 patches
40 series
42 # local makefile
43 local.mk
44 .*.mk
46 # cscope and Qt files
47 cscope.out
48 *.pro*