From ca0893708280c7b3b611700c509230f6d902cb00 Mon Sep 17 00:00:00 2001 From: Chris Brunner Date: Tue, 2 Dec 2014 10:15:30 -0800 Subject: [PATCH] Add .pyc files to the makepanda directory ignore file --- makepanda/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 makepanda/.gitignore diff --git a/makepanda/.gitignore b/makepanda/.gitignore new file mode 100644 index 0000000000..94487b9516 --- /dev/null +++ b/makepanda/.gitignore @@ -0,0 +1 @@ +*.pyc