From 869b8774a2b3aadaa97b21c8c2ea22bc466c47c8 Mon Sep 17 00:00:00 2001
From: "W. Trevor King" <wking@drexel.edu>
Date: Thu, 16 Feb 2012 07:26:36 -0500
Subject: [PATCH] Add build (created by `python setup.py build`) to .gitignore.

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index c4d48ba..5af758b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 AUTHORS
+build
 license.py
 *.pyc
-- 
2.26.2