From: Tommi Virtanen Date: Tue, 1 Mar 2011 00:03:17 +0000 (-0800) Subject: Make git ignore python generated files. X-Git-Tag: v0.26~266 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=adb6750979bdbdaa19386301f960c2aa5c0dcc50;p=ceph.git Make git ignore python generated files. --- diff --git a/.gitignore b/.gitignore index e994fb017067..fb1deea5aa8b 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,5 @@ cscope.out *.swo .metadata/ /py-compile +*.pyc +*.pyo