From adb6750979bdbdaa19386301f960c2aa5c0dcc50 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Mon, 28 Feb 2011 16:03:17 -0800 Subject: [PATCH] Make git ignore python generated files. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e994fb017067b..fb1deea5aa8b8 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,5 @@ cscope.out *.swo .metadata/ /py-compile +*.pyc +*.pyo -- 2.39.5