aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 44218a2fed91b34f61d1397cf6ff4168b8317c5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# generic
*.o
*.o.d
*.a
*.so
.*.swp

# generated
pre-process.h
sparse.pc
version.h

# programs
test-inspect
test-lexing
test-parsing
obfuscate
sparse
compile
graph
test-dissect
test-linearize
example
test-unssa
ctags
c2xml
sparse-llvm

# tags
tags
TAGS

# stgit generated dirs
patches-*

# quilt's files
patches
series

# local makefile
local.mk

# cscope and Qt files
cscope.out
*.pro*