From: David Kerkeslager Date: Tue, 24 Jan 2012 16:54:44 +0000 (-0500) Subject: Adding a global .gitignore. X-Git-Url: https://code.kerkeslager.com/?p=dotfiles;a=commitdiff_plain;h=1ce39ef1ae4a376a098ec52398037461317d0853 Adding a global .gitignore. --- diff --git a/.gitconfig b/.gitconfig index bbcd78e..239f91b 100644 --- a/.gitconfig +++ b/.gitconfig @@ -4,6 +4,7 @@ [core] editor = vim + excludesfile = ~/.gitignore [color] diff = auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d2d414b --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.swp +*.swo +*.pyc