forked from westerndigitalcorporation/libzbc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
99 lines (87 loc) · 1.42 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
97
98
# Object files
*.o
*.lo
*.ko
*.obj
*.elf
*.mod.c
.*.o.cmd
.*.ko.cmd
*.lib
*.a
*.la
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
zbc_report_zones
zbc_reset_write_ptr
zbc_close_zone
zbc_finish_zone
zbc_open_zone
zbc_write_zone
zbc_read_zone
zbc_set_zones
zbc_set_write_ptr
gzbc
test/programs/zbc_test_print_devinfo
test/programs/zbc_test_report_zones
test/programs/zbc_test_reset_write_ptr
test/programs/zbc_test_close_zone
test/programs/zbc_test_finish_zone
test/programs/zbc_test_open_zone
test/programs/zbc_test_read_zone
test/programs/zbc_test_write_zone
test/log
# Kernel compile files
*.symvers
modules.order
.tmp_versions
# Dependency files
.depfile
.depend
# Windows-specific files
Thumbs.db
desktop.ini
# Mac-specific things (thanks to Michael Aaron Safyan)
.DS_Store
# Editors temporary files
*~
# Autotools stuff
m4/*.m4
Makefile.in
aclocal.m4
autom4te.cache/
build-aux/
configure
include/config.h.in
Makefile
config.log
config.status
include/config.h
include/stamp-h1
.deps
libtool
libzbc.pc
.libs
.dirstamp
tools/lkvs/config/
tools/lkvs/gtest/m4/libtool.m4
tools/lkvs/gtest/m4/ltoptions.m4
tools/lkvs/gtest/m4/ltsugar.m4
tools/lkvs/gtest/m4/ltversion.m4
tools/lkvs/gtest/m4/lt~obsolete.m4
tools/lkvs/gtest/scripts/gtest-config
tools/lkvs/m4/libtool.m4
tools/lkvs/m4/ltoptions.m4
tools/lkvs/m4/ltsugar.m4
tools/lkvs/m4/ltversion.m4
tools/lkvs/m4/lt~obsolete.m4