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
fix expansion of integers to floats
[smatch.git]
/
.gitignore
blob
44218a2fed91b34f61d1397cf6ff4168b8317c5e
1
# generic
2
*.o
3
*.o.d
4
*.a
5
*.so
6
.*.swp
7
8
# generated
9
pre-process.h
10
sparse.pc
11
version.h
12
13
# programs
14
test-inspect
15
test-lexing
16
test-parsing
17
obfuscate
18
sparse
19
compile
20
graph
21
test-dissect
22
test-linearize
23
example
24
test-unssa
25
ctags
26
c2xml
27
sparse-llvm
28
29
# tags
30
tags
31
TAGS
32
33
# stgit generated dirs
34
patches-*
35
36
# quilt's files
37
patches
38
series
39
40
# local makefile
41
local.mk
42
43
# cscope and Qt files
44
cscope.out
45
*.pro*