File: .gitignore

package info (click to toggle)
lxd 5.0.2%2Bgit20231211.1364ae4-9
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 25,632 kB
  • sloc: sh: 14,272; ansic: 3,112; python: 432; makefile: 265; ruby: 51; sql: 50; javascript: 9; lisp: 6
file content (36 lines) | stat: -rw-r--r-- 606 bytes parent folder | download
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
*.swp
po/*.mo
po/*.po~
lxd-*.tar.gz
.vagrant
*~
tags

# Potential binaries
fuidshift/fuidshift
lxc/lxc
lxc-to-lxd/lxc-to-lxd
lxd-agent/lxd-agent
lxd-benchmark/lxd-benchmark
lxd-migrate/lxd-migrate
lxd-user/lxd-user
test/devlxd-client/devlxd-client
test/macaroon-identity/macaroon-identity
test/syscall/sysinfo/sysinfo

# 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