email = simon@ruderich.com
[color]
diff = auto
+[core]
+ excludesfile = /Users/simonruderich/.gitignore
--- /dev/null
+# Global git ignore file.
+
+
+# Ignore Mac OS X files.
+.DS_Store
+
+# Don't track compiled object files and libraries.
+*.o
+*.dylib
+
+# Ignore Vim files.
+*.swp
+Session.vim
+
+# Ignore Python files.
+*.pyc
+
+# Ignore mercurial and svn files.
+.hg
+.svn
--- /dev/null
+# Global mercurial ignore file.
+
+syntax: glob
+
+
+# Ignore Mac OS X files.
+.DS_Store
+
+# Don't track compiled object files and libraries.
+*.o
+*.dylib
+
+# Ignore Vim files.
+*.swp
+Session.vim
+
+# Ignore Python files.
+*.pyc
+
+# Ignore git and svn files.
+.git
+.svn
[ui]
username = Simon Ruderich <simon@ruderich.com>
+ignore = ~/.hgignore
# Use git diffs with support for renames, binaries, access rights, etc.
[diff]