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
This commit is contained in:
Anita Kuno 2014-06-26 15:20:04 -04:00
parent 4889eee82f
commit ff03a84488

16
.gitignore vendored Normal file
View File

@ -0,0 +1,16 @@
# Testenvironment
.tox/*
# Build directories
doc/build/*
# Packages
*.egg-info/*
# Editors
*~
.*.swp
.bak
# For Mac Users
.DS_Store