From 84b7976f04ff1ca3c51714fb63efed81898e15ea Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Mon, 30 Jan 2017 12:11:18 -0800 Subject: [PATCH] add an ignore to ignore the *.pyc files.. --- python/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 python/.gitignore diff --git a/python/.gitignore b/python/.gitignore new file mode 100644 index 0000000..0d20b64 --- /dev/null +++ b/python/.gitignore @@ -0,0 +1 @@ +*.pyc