File: .gitignore

package info (click to toggle)
libzbd 2.0.4-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 452 kB
  • sloc: ansic: 4,558; makefile: 117; sh: 1
file content (60 lines) | stat: -rw-r--r-- 691 bytes parent folder | download | duplicates (2)
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
# SPDX-License-Identifier: CC0-1.0
#
# SPDX-FileCopyrightText: 2020 Western Digital Corporation or its affiliates. 

# Object files
*.o
*.lo
*.obj
*.elf
*.la
*.so
*.so.*
*.out
*.dump

tools/zbd
tools/gzbd
tools/gzbd-viewer

# Generated files
*.desktop
*.policy

# Dependency files
.depfile
.depend

# RPM packages build files and directories
rpmbuild
*.tar.gz
*.rpm

# Debian packages build files and directories
debbuild
*.deb

# Other
Thumbs.db
desktop.ini
.DS_Store
*~

# 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
lib/libzbd.pc
.libs
.dirstamp