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
points_to_user_data: communicate USER_PTR returns to USER_DATA
[smatch.git]
/
.gitignore
blob
9670e780f74b6dca477b477e5dd551a3e74fa9c2
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
/scheck
25
/semind
26
/smatch
27
/bak.smatch
28
/sparse
29
/sparse-llvm
30
/test-dissect
31
/test-inspect
32
/test-lexing
33
/test-linearize
34
/test-parsing
35
/test-show-type
36
/test-unssa
37
38
# tags
39
tags
40
TAGS
41
42
# stgit generated dirs
43
patches-*
44
45
# quilt's files
46
patches
47
series
48
49
#cscope
50
cscope.files
51
52
# local makefile
53
local.mk
54
.*.mk
55
56
# local smatch checks
57
check_list_local.h
58
59
# cscope and Qt files
60
cscope.out
61
*.pro*
62
63
#python
64
*.pyc