Skip to content

Commit

Permalink
gitignore: don't ignore results
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeff committed Oct 24, 2018
1 parent 05105cc commit 432bb8d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
19 changes: 13 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
__pycache__
.DS_Store

# Byte-compiled / optimized files
__pycache__/
*.py[cod]

# IPython checkpoints
.ipynb_checkpoints/

# TensorFlow checkpoints and summaries.
/checkpoints/
/summaries/
.ipynb_checkpoints
.DS_Store
figures/*
results/*
*.pyc

# Figures are produced by paper_plots.ipynb
/figures/
2 changes: 0 additions & 2 deletions results/.gitignore

This file was deleted.

0 comments on commit 432bb8d

Please sign in to comment.