From 379fb9783b1cfa1563a49cdf5a65c7b317a5e967 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 18 Dec 2017 15:06:39 +0100 Subject: [PATCH] Ignore compilation byproducts Change-Id: Ic04a1b9411b851547ef7ce7a9b562cb290081ca9 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 766f495..095d598 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ osmopython.egg-info/ +*.pyc +build/ +dist/