diff options
author | Matt Singleton <matt@xcolour.net> | 2017-06-02 11:34:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-02 11:34:43 -0400 |
commit | 0eaa69b2db5feb4095d09bf75d4123f960619e79 (patch) | |
tree | 4ee9a6c6047e9e9dc4a126e472756b0f9b529617 /.gitignore | |
parent | 0ac55bbafa02ad951c9f1708f1fbc7c8746d5fce (diff) | |
parent | a82318fbdfc1af624fd9bf9bbae316ad45f43611 (diff) |
Merge pull request #1 from sstvinc2/matt-refactor
Matt refactor
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,10 +1,15 @@ *.pyc *~ +.DS_Store __pycache__/ -scratch/*.html +unbiased/scratch/*.html legacy_py/ unbiased.html html_template/Penguins.jpg html_template/BAK* +build/ +dist/ +venv/ +unbiased.egg-info/ #* -.#*
\ No newline at end of file +.#* |