forked from canonical/snapd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
67 lines (59 loc) · 1.02 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
share
tags
.coverage
cmd/version_generated.go
cmd/VERSION
*~
*.swp
vendor/*/
.spread-reuse*.yaml
po/snappy.pot
# snap-confine bits
*.a
*.o
*~
.*.swp
.*.swp
.dirstamp
cmd/decode-mount-opts/decode-mount-opts
cmd/libsnap-confine-private/unit-tests
cmd/snap-confine/snap-confine
cmd/snap-confine/snap-confine-debug
cmd/snap-confine/snap-confine.apparmor
cmd/snap-confine/unit-tests
cmd/snap-discard-ns/snap-discard-ns
cmd/snap-update-ns/snap-update-ns
cmd/snap-update-ns/unit-tests
cmd/system-shutdown/system-shutdown
cmd/system-shutdown/unit-tests
# manual pages
cmd/*/*.[1-9]
# auto-generated systemd units
data/systemd/*.service
# auto-generated dbus services
data/dbus/*.service
data/info
data/env/snapd.sh
# test-driver
*.log
*.trs
# Automake for the cmd/ parts
cmd/Makefile
cmd/Makefile.in
snap-confine-*.tar.gz
.deps
# Autoconf
cmd/aclocal.m4
cmd/autom4te.cache
cmd/compile
cmd/config.guess
cmd/config.h
cmd/config.h.in
cmd/config.status
cmd/config.sub
cmd/configure
cmd/depcomp
cmd/install-sh
cmd/missing
cmd/stamp-h1
cmd/test-driver