summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorjfarrell <jfarrell@apache.org>2014-07-10 09:18:42 -0400
committerjfarrell <jfarrell@apache.org>2014-07-10 09:18:42 -0400
commit750df2ec4c039e504673af2449fa2996138ef767 (patch)
tree51218d34810924f7d8868a8626c5970e41ac85c2 /.gitignore
parent8fd8c6366d99ceeccdbcbbe94e87ae247c8c66f6 (diff)
downloadthrift-750df2ec4c039e504673af2449fa2996138ef767.tar.gz
THRIFT-2620: Fix python packaging
Client: build process Patch: jfarrell Fixes python build to include missing README.md and also run packaging under vagrant images
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 02316f3e6..f4a4b6577 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@
*.log
*.trs
*.suo
+*.pyc
*.cache
*.user
*.ipch
@@ -210,8 +211,6 @@ test-driver
/test/log/
/test/test.log
/test/py.twisted/_trial_temp/
-/test/py.twisted/test_suite.pyc
-/test/py.tornado/*.pyc
/test/rb/Gemfile.lock
/tutorial/cpp/TutorialClient
/tutorial/cpp/TutorialServer