forked from xapi-project/blktap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
69 lines (61 loc) · 762 Bytes
/
.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
# dev + obj
*~
*.o
*.a
*.lo
*.la
*.so
*.so.*
.deps
.libs
cscope.*
TAGS
# 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
/control/tap-ctl
/part/part-util
/lvm/lvm-util
/vhd/vhd-index
/vhd/vhd-update
/vhd/vhd-util
/vhd/lib/test/random-copy
/vhd/lib/test/test-snapshot
# generated makefiles
/Makefile
/lvm/Makefile
/part/Makefile
/drivers/Makefile
/control/Makefile
/include/Makefile
/vhd/Makefile
/vhd/lib/Makefile
/vhd/lib/test/Makefile
# dist output
/blktap-*.tar.*
/blktap-*/
# doxygen
/html/
# ctags
tags
# vim swap files
*.swp
# diff/patch
*.orig