From b647e3724b23725c4c6d529f0726dee2f9bcb92a Mon Sep 17 00:00:00 2001 From: Roger Labbe Date: Sat, 4 Apr 2015 11:28:35 -0700 Subject: [PATCH] Added ignore of .bak files --- .gitignore | 67 ++++-------------------------------------------------- 1 file changed, 4 insertions(+), 63 deletions(-) diff --git a/.gitignore b/.gitignore index 6cfa013..08cb68b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,64 +1,5 @@ -# test document not for distribution +*.bak +.ipynb_checkpoints +__pycache__ +*.pyc short.pdf -10_Unscented_Kalman_Filter_.ipynb -tmp.ipynb -Kalman_and_Bayesian_Filters_in_Python_files/ - -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] - -# C extensions -*.so - -# Distribution / packaging -.Python -env/ -bin/ -build/ -develop-eggs/ -dist/ -eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -*.egg-info/ -.installed.cfg -*.egg -.ipynb_checkpoints/ - -# 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/ - -# back ups -*.*~ -*.zedstate