Merge branch 'feature-temperature-effect-analysis' into paper
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@ -19,6 +19,8 @@ pip-log.txt
|
||||
# Unit test / coverage reports
|
||||
.coverage
|
||||
.tox
|
||||
.log
|
||||
copycat.log
|
||||
|
||||
# Other filesystems
|
||||
.svn
|
||||
@ -27,9 +29,11 @@ pip-log.txt
|
||||
# Editors
|
||||
.*.swp
|
||||
|
||||
output
|
||||
# Output
|
||||
output/*
|
||||
copycat.log
|
||||
papers/*.log
|
||||
papers/*.pdf
|
||||
papers/*.out
|
||||
papers/*.aux
|
||||
|
||||
|
||||
Reference in New Issue
Block a user