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
buf_size: fix handling of unknown flexible array sizes
[smatch.git]
/
.gitignore
blob
fb1ba5ad73c278a3716d32ce2c76272025852aa2
1
# generic
2
*.o
3
*.o.d
4
*.a
5
*.so
6
*~
7
.*.swp
8
.gdb_history
9
*.c.smatch
10
*.c.smatch.caller_info
11
*.c.smatch.sql
12
13
# generated
14
version.h
15
16
# programs
17
test-inspect
18
test-lexing
19
test-parsing
20
obfuscate
21
sparse
22
compile
23
graph
24
test-dissect
25
test-linearize
26
example
27
test-unssa
28
ctags
29
c2xml
30
smatch
31
bak.smatch
32
sparse-llvm
33
34
# tags
35
tags
36
TAGS
37
38
# stgit generated dirs
39
patches-*
40
41
# quilt's files
42
patches
43
series
44
45
#cscope
46
cscope.files
47
48
# local makefile
49
local.mk
50
.*.mk
51
52
# local smatch checks
53
check_list_local.h
54
55
# cscope and Qt files
56
cscope.out
57
*.pro*
58
59
#python
60
*.pyc