aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: b22f86b1ddfb99b84abf970948fac0c2b001cf91 (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
46
47
48
49
# generic
*.a
*.o
*.o.d
*.pyc
*.so
*~
.*.swp

# generated
/version.h

# programs
/c2xml
/compile
/ctags
/example
/graph
/obfuscate
/scheck
/semind
/sparse
/sparse-llvm
/test-dissect
/test-inspect
/test-lexing
/test-linearize
/test-parsing
/test-show-type
/test-unssa

# tags
tags
TAGS

# stgit generated dirs
patches-*

# quilt's files
patches
series

# local makefile
local.mk
.*.mk

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