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
deref: avoid the big_statement_stack
[smatch.git]
/
.gitignore
blob
b2942519401899f76a09294392cd82a972c1bee6
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
13
14
# generated
15
version.h
16
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
39
40
# tags
41
tags
42
TAGS
43
44
# stgit generated dirs
45
patches-*
46
47
# quilt's files
48
patches
49
series
50
51
#cscope
52
cscope.files
53
54
# local makefile
55
local.mk
56
.*.mk
57
58
# local smatch checks
59
check_list_local.h
60
61
# cscope and Qt files
62
cscope.out
63
*.pro*
64
65
#python
66
*.pyc