From ed2be0e297cf71f58bea00899b4c16ca483dfd75 Mon Sep 17 00:00:00 2001 From: Randall Degges Date: Sun, 5 Jun 2011 15:04:54 -0700 Subject: [PATCH] Adding general .gitignore file. This provides blocking for most temporary and python-specific files. --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..751af4b --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# Temporary files. +*.pyc +*.swp +*~ +.coverage + +# Build remnants. +dist +build +_build +*.egg-info + +# Auto-generated files. +MANIFEST