changeset 337:5ce7678830fa

ipython: stop tracking anything in .ipython, since I'm not customizing it
author Augie Fackler <raf@durin42.com>
date Thu, 29 May 2014 14:54:49 -0400
parents ea73ef5dc38c
children 3f3d52956ff7
files .hgignore .ipython/__init__.py
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore
+++ b/.hgignore
@@ -1,7 +1,7 @@
 syntax:re
 
 # complex regex to ignore all but what I want from dotfiles
-^\.(?!bashrc$|best_unicode|elisp|emacs$|gitconfig$|hg|inputrc$|ipython|irbrc$|pdbrc\.py$|python|screenrc$|shell\.d|vim|zfun|zsh)
+^\.(?!bashrc$|best_unicode|elisp|emacs$|gitconfig$|hg|inputrc$|irbrc$|pdbrc\.py$|python|screenrc$|shell\.d|vim|zfun|zsh)
 
 # above RE fails to exclude some ignorable things
 ^\.viminfo$
deleted file mode 100644