infra-manual/.gitignore
Anita Kuno ff03a84488 Create a .gitignore file
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
2014-06-26 20:53:35 -04:00

17 lines
136 B
Plaintext

# Testenvironment
.tox/*
# Build directories
doc/build/*
# Packages
*.egg-info/*
# Editors
*~
.*.swp
.bak
# For Mac Users
.DS_Store