-
Notifications
You must be signed in to change notification settings - Fork 81
/
.gitignore
96 lines (87 loc) · 1.22 KB
/
.gitignore
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# dev + obj
*~
*.o
*.a
*.gcno
*.gcda
*.lo
*.la
*.log
*.so
*.so.*
*.trs
.deps
.libs
cscope.*
TAGS
VERSION
# ac/am
Makefile.in
/aclocal.m4
/autom4te.cache/
/compile
/config.*
/configure
/depcomp
/install-sh
/libtool
/ltmain.sh
/m4/
/missing
/stamp-h1
# executables
/drivers/lock-util
/drivers/tapdisk-stream
/drivers/td-rated
/drivers/td-util
/drivers/tapdisk
/cbt/cbt-util
/control/tap-ctl
/cpumond/cpumond
/part/part-util
/lvm/lvm-util
/mockatests/cbt/test-cbt-util
/mockatests/control/test-control
/mockatests/drivers/test-drivers
/mockatests/vhd/test-vhd-util
/vhd/vhd-index
/vhd/vhd-update
/vhd/vhd-util
/vhd/lib/test/random-copy
/vhd/lib/test/test-snapshot
/tapback/tapback
/test-driver
# generated makefiles
/Makefile
/lvm/Makefile
/part/Makefile
/drivers/Makefile
/drivers/crypto/Makefile
/cbt/Makefile
/control/Makefile
/cpumond/Makefile
/include/Makefile
/mockatests/Makefile
/mockatests/cbt/Makefile
/mockatests/control/Makefile
/mockatests/drivers/Makefile
/mockatests/vhd/Makefile
/mockatests/wrappers/Makefile
/vhd/Makefile
/vhd/lib/Makefile
/vhd/lib/test/Makefile
/tapback/Makefile
mk/config.log
# dist output
/blktap-*.tar.*
/blktap-*/
# doxygen
/html/
# tests
/results
# ctags
tags
# vim swap files
*.swp
# diff/patch
*.orig