Add .gitignore for new project

Adding a .gitignore for the new project.

Change-Id: I2c04305026cb3d393738bd4d130ca623d33143f5
This commit is contained in:
Amrith Kumar 2016-06-03 05:58:18 -04:00
parent 7a5bac2caa
commit 9df7709807

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
.tox
*.pyc
AUTHORS
ChangeLog
trove_image_builder.egg-info
.eggs/
# Sphinx
doc/build/*
# Editors
*!
.*.swp
.bak