repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
handle assignments like: foo = x < 1;
[smatch.git]
/
.gitignore
blob
86f20528aacaabc08cb5fc9f6808c474c61c64e3
1
# generic
2
*.o
3
*.o.d
4
*.a
5
*.so
6
*~
7
.*.swp
8
9
# generated
10
pre-process.h
11
sparse.pc
12
13
# programs
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
26
smatch
27
28
# tags
29
tags
30
TAGS
31
32
# stgit generated dirs
33
patches-*
34
35
# quilt's files
36
patches
37
series
38
39
#cscope
40
cscope.files
41
cscope.out
42
43
# local makefile
44
local.mk