From 4810715d2d154ec9b8835db50c33e529efabf88e Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Fri, 5 Oct 2012 14:43:17 -0700 Subject: [PATCH] new ignores --- .gitignore | 7 +++++++ .hgignore_global | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 .hgignore_global diff --git a/.gitignore b/.gitignore index 073f5d83..45702cfc 100644 --- a/.gitignore +++ b/.gitignore @@ -276,3 +276,10 @@ elpa .jline* .nrepl* repl* +.ido.last~ +.freemind/ +.node-gyp/ +.terminfo/ +.zsh_history +.Xmodmap +.go.history diff --git a/.hgignore_global b/.hgignore_global new file mode 100644 index 00000000..187b3968 --- /dev/null +++ b/.hgignore_global @@ -0,0 +1,4 @@ +syntax: glob + +*~ +.DS_Store