From e14e848f7767ebf592f2dabd88c0bec3c1d9ce38 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Thu, 11 Oct 2012 15:38:42 -0400 Subject: [PATCH] Gittin' my ignore on --- .gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9344eba --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +# Mostly taken from https://github.com/github/gitignore # +######################################################### + +# Global/Linux.gitignore # +########################## +.* +!.gitignore +*~ + +# Global/OSX.gitignore # +######################## +.DS_Store +.AppleDouble +.LSOverride +Icon + +# Thumbnails +._* + +# Files that might appear on external disk +.Spotlight-V100 +.Trashes + +# Global/vim.gitignore # +######################## +.*.sw[a-z] +*.un~ +Session.vim +.netrwhist