-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
.gitignore
92 lines (89 loc) · 1.48 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
# Please keep this file sorted (LC_COLLATE=C.UTF-8),
# grouped into the 3 categories below:
# - general patterns (match in all directories)
# - patterns to match files at the toplevel
# - patterns to match files in subdirs
# general patterns
*.a
*.gcda
*.gcno
*.log
*.mo
*.o
*.pyc
*.so
*.trs
*.swp
.deps/
.dirstamp
.extra_dist
Makefile
Makefile.in
# toplevel (/...)
/*.list
/.coverage
/.tox
/Coverage
/aclocal.m4
/autom4te.cache
/bots
/build/
/cockpit
/cockpit-*.tar*
/cockpit-*.xz
/cockpit-askpass
/cockpit-bridge
/cockpit-certificate-ensure
/cockpit-pcp
/cockpit-session
/cockpit-tls
/cockpit-ws
/cockpit-wsinstance-factory
/cockpit.lang
/cockpit.pp
/cockpit.pp.bz2
/cockpit.spec
/compile_commands.json
/config.*
/configure
/dist/
/frob-websocket
/lcov/
/mock-*
/package-lock.json
/qunit/
/socket-activation-helper
/stamp-h1
/tags
/test-*
/test_rsa_key
/tmp-dist
/tmp/
/tsconfig.tsbuildinfo
/version.m4
/wsinstance-start
# subdirs (/subdir/...)
/doc/guide/html
/doc/guide/version
/doc/man/*.[1-8]
/doc/version
/src/appstream/*.metainfo.xml
/po/*.pot
/src/systemd/org.cockpit-project.cockpit-bridge.policy
/src/cockpit.egg-info/
/src/common/fail-html.c
/src/systemd/cockpit*.service
/src/systemd/cockpit*.socket
/src/systemd/tmpfiles.d/cockpit-ws.conf
/src/tls/cockpit-certificate-helper
/src/ws/cockpit-desktop
/src/ws/cockpit.appdata.xml
/src/ws/mock-dbus-tests.[ch]
/test/images/
/tools/compile
/tools/debian/copyright
/tools/depcomp
/tools/install-sh
/tools/missing
/tools/py-compile
/tools/test-driver