I wan't to ignore every IPython Notebook found on my project so I put *.ipynb
in .gitignore.
However, I would like to commit some specific *.ipynb files that will accompany a release (master branch). If possible, I would like git not to continue tracking those files after the commit, but I wouldn't mind if it does.