ff03a84488
Currently infra-manual doesn't have a .gitignore file. This patch creates that file and includes some initial contents - the results of running `tox` to build the docs and some artifacts of using various editors. Change-Id: Ic51eeaa2d972b8d065432e01bf1603ad8b4c3a90
17 lines
136 B
Plaintext
17 lines
136 B
Plaintext
# Testenvironment
|
|
.tox/*
|
|
|
|
# Build directories
|
|
doc/build/*
|
|
|
|
# Packages
|
|
*.egg-info/*
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.bak
|
|
|
|
# For Mac Users
|
|
.DS_Store
|