https://github.com/tansey/smoothfdr
Revision 0e6b846c868639a70944bc0acbb93c63c4480e10 authored by Wesley Tansey on 25 August 2015, 18:27:29 UTC, committed by Wesley Tansey on 25 August 2015, 18:27:29 UTC
2 parent s 5fd7bb8 + fa2207c
Raw File
Tip revision: 0e6b846c868639a70944bc0acbb93c63c4480e10 authored by Wesley Tansey on 25 August 2015, 18:27:29 UTC
Merge branch 'master' of github.com:tansey/smoothfdr
Tip revision: 0e6b846
.gitignore
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.out
*.aux
*.fdb_latexmk
*.log
*.synctex.gz
*.bbl
*.blg
*.fls
.DS_Store
.Rapp.history

# C extensions
*.so

# Distribution / packaging
.Python
env/
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

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

# Translations
*.mo

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

# Rope
.ropeproject

# Django stuff:
*.log
*.pot

# Sphinx documentation
docs/_build/

notes.pdf
test_results.pdf
back to top