From 5790841c3cbbfbc02e408927c13f72950f34681d Mon Sep 17 00:00:00 2001 From: alexjacks92 Date: Mon, 21 Apr 2014 15:44:05 -0400 Subject: [PATCH] Updated gitignore for unused testing files. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index feb9e958e7..d45aad857f 100644 --- a/.gitignore +++ b/.gitignore @@ -53,6 +53,8 @@ genfiles.properties !/test/output/gold /test/output/gold/tmp /test/script/ScriptLog.txt +/test/script/__pycache__/ +/test/script/*.pyc /test/build/ /test/dist/ /test/nbproject/*