From 2a1b1817c514cb2e17279388103c9f3da99fd2fc Mon Sep 17 00:00:00 2001 From: Russell Horton Date: Mon, 10 Sep 2012 01:55:10 -0700 Subject: [PATCH] update ignored files to add generated-code, python compilcation results --- .gitignore | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8fc5dcd14fa..e08860c5dd3 100644 --- a/.gitignore +++ b/.gitignore @@ -9,9 +9,12 @@ version.properties lib/* build/* generated-files/* +generated-code/* *.swp *.swo - -/target -/generated-files -/nbactions.xml \ No newline at end of file + +/target +/generated-files +/nbactions.xml +*.pyc +__pycache__ \ No newline at end of file