docs/.gitignore
Roman Gorshunov db9f3a1bd6 Add container image and Dockerfile conventions
Change-Id: I995816bafac0c95fae0618efc239d93f4069d642
2020-10-14 06:24:41 +00:00

18 lines
137 B
Plaintext

*.exe
*.exe~
*.dll
*.so
*.dylib
bin/
# Various user specific files
.DS_Store
.idea/
.vimrc
*.swp
.vscode/
# Docs build
doc/build/
.tox