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] +