-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
42 lines (38 loc) · 754 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
*.swp
po/*.mo
po/*.po~
incus-*.tar.xz
.vagrant
*~
tags
# Potential binaries
cmd/fuidshift/fuidshift
cmd/incus/incus
cmd/lxc-to-incus/lxc-to-incus
cmd/lxd-to-incus/lxd-to-incus
cmd/incus-agent/incus-agent
cmd/incus-benchmark/incus-benchmark
cmd/incus-migrate/incus-migrate
cmd/incus-user/incus-user
test/dev_incus-client/dev_incus-client
test/syscall/sysinfo/sysinfo
test/mini-oidc/mini-oidc
test/mini-oidc/user.data
test/tls2jwt/tls2jwt
# Sphinx
doc/html/
doc/reference/manpages/**/*.md
doc/.sphinx/deps/
doc/.sphinx/.doctrees/
doc/.sphinx/themes/
doc/.sphinx/venv/
doc/.sphinx/warnings.txt
doc/.sphinx/.wordlist.dic
doc/.sphinx/_static/swagger-ui
doc/.sphinx/_static/download
doc/__pycache__
# For Atom ctags
.tags
.tags1
# For JetBrains IDEs
.idea