From be79771f561c7a21624090767f303d0923d9783c Mon Sep 17 00:00:00 2001 From: j Date: Fri, 19 Feb 2016 22:34:23 +0530 Subject: [PATCH] add .gitignore --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9337bf6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +build +dist +oxutils.egg-info +ox/__version.py +*.pyc +*.swp +*~ +MANIFEST