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
|