From 39afc5873a748e12927f5627a97e89da9ca048c9 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 3 Aug 2013 18:39:14 -0500 Subject: add dist/ to .gitignore This is a leftover from the python egg building process. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 37ccbfd..6e2a4b1 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ png.py # python packaging pokemontools.egg-info/ +dist/ -- cgit v1.2.3