diff .hgignore @ 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 5e3ea3f497af
children 3111d61151be
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$