From 114db98bdfc75b40827fdff505428859f23a809b Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sat, 27 Sep 2014 22:13:58 -0700 Subject: [PATCH] Add global gitignore. --- gitconfig | 2 ++ gitignore | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 gitignore diff --git a/gitconfig b/gitconfig index 8d4e9d7..4f68575 100644 --- a/gitconfig +++ b/gitconfig @@ -5,3 +5,5 @@ # Simple is not supported on git < 2.0 #default = simple default = matching +[core] + excludesfiles = ~/.gitignore diff --git a/gitignore b/gitignore new file mode 100644 index 0000000..49c20de --- /dev/null +++ b/gitignore @@ -0,0 +1,10 @@ +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db +*.swp +*~ +*.bak