Create a .gitignore file for refstackclient

Ignore a few of the common types of files.

Change-Id: Ic67a6d3e86b4d950a37c1bdccbb8c9ce75e27c1c
This commit is contained in:
Steve Martinelli 2014-09-08 13:08:33 -04:00
parent ddc889ab0f
commit 0f02152a21

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
*.pyc
.testrepository/
.tox
*.egg-info/
*.egg
.coverage
cover/*
.project
.pydevproject