Skip to content

Commit

Permalink
Added gitignore. Fixed version check bug for importlib. Allowed no-co…
Browse files Browse the repository at this point in the history
…nf setup and relaxed path.py version
  • Loading branch information
eeaston authored and Edward Easton committed Jan 14, 2013
1 parent 78e80e6 commit 6eb41e9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
*.py[cod]

# C extensions
*.so

# Packages
*.egg
*.egg-info
dist
build
sdist
develop-eggs
.installed.cfg
lib
lib64

# Unit test / coverage reports
.coverage

# Mr Developer
.project
.pydevproject

0 comments on commit 6eb41e9

Please sign in to comment.