From c04384de495ee11fe16e091a447cd0e04182da29 Mon Sep 17 00:00:00 2001 From: amigcamel Date: Wed, 22 Aug 2018 17:33:41 +0800 Subject: [PATCH 1/2] ignore ipython profile --- Python.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 894a44cc..796d7df0 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -72,6 +72,10 @@ target/ # Jupyter Notebook .ipynb_checkpoints +# IPython +default_profile/ +ipython_config.py + # pyenv .python-version From e675c00b8cbfa6121001a8c76309adb6326c62d8 Mon Sep 17 00:00:00 2001 From: amigcamel Date: Mon, 27 Aug 2018 00:35:37 +0800 Subject: [PATCH 2/2] fix typo: should be profile_default instead of default_profile --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 796d7df0..a16ece1f 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -73,7 +73,7 @@ target/ .ipynb_checkpoints # IPython -default_profile/ +profile_default/ ipython_config.py # pyenv