Commit 9f3b0feb authored by Yuanle Song's avatar Yuanle Song
Browse files

v0.3.1 update .gitignore for python project.

ignore wheelhouse and *.deb
parent 75597117
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
(defproject python/lein-template "0.3.0"
(defproject python/lein-template "0.3.1"
  :description "lein template for a python project"
  :url "http://emacsos.com/lein/python"
  :license {:name "Eclipse Public License"
+2 −0
Original line number Diff line number Diff line
@@ -8,8 +8,10 @@ lib/python3.4/
local/
dist/
build/
wheelhouse/
*.egg-info/
*.py[co]
__pycache__/
.tox
*.deb
# ENG regular python ignore list