From 74a02287f8b0b7f5fd1d1896cf76c66ccc60d230 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Fri, 11 Sep 2015 20:11:14 -0700 Subject: [PATCH] Expand gitignore patterns. --- dotfiles/gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dotfiles/gitignore b/dotfiles/gitignore index 49c20de..cd06d22 100644 --- a/dotfiles/gitignore +++ b/dotfiles/gitignore @@ -1,3 +1,4 @@ +# Common trash (metadata, backup files, etc.) .DS_Store .DS_Store? ._* @@ -8,3 +9,8 @@ Thumbs.db *.swp *~ *.bak + +# Object files +*.py[co] +*.[oa] +