diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 18:39:14 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 18:39:14 -0500 |
commit | 39afc5873a748e12927f5627a97e89da9ca048c9 (patch) | |
tree | d2cd971f3f1e949415d15d441ec9622b82e2f7c3 | |
parent | 2c58182dddaf693ec50718cdf7372e3be9b03248 (diff) |
add dist/ to .gitignore
This is a leftover from the python egg building process.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,3 +35,4 @@ png.py # python packaging pokemontools.egg-info/ +dist/ |