Skip to content

Commit

Permalink
fix #17, fix #21
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jan 10, 2015
1 parent 943dcc2 commit 9d9ced6
Show file tree
Hide file tree
Showing 62 changed files with 724 additions and 28,759 deletions.
42 changes: 36 additions & 6 deletions .gitignore
@@ -1,7 +1,37 @@
*.py[cod]
posts/
stories/
cache/
output/
.doit.db
.venv
__pycache__

# C extensions
*.so

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

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Nikola site files
SITE/cache/
SITE/output/
SITE/.doit.db
1 change: 1 addition & 0 deletions .venv
@@ -0,0 +1 @@
nikola-py2
1 change: 0 additions & 1 deletion COMET/README.rst

This file was deleted.

3 changes: 0 additions & 3 deletions COMET/__main__.py

This file was deleted.

0 comments on commit 9d9ced6

Please sign in to comment.