diff --git a/gitconfig b/gitconfig index 0a0823b..1a23f27 100644 --- a/gitconfig +++ b/gitconfig @@ -10,3 +10,5 @@ default = simple [core] excludesfile = ~/.dotfiles/gitignore-global +[transfer] + fsckobjects = true \ No newline at end of file diff --git a/gitignore-global b/gitignore-global index fcb2b14..3afa4d5 100644 --- a/gitignore-global +++ b/gitignore-global @@ -1,3 +1,4 @@ .DS_Store .projectile -*.sw? \ No newline at end of file +*.sw? +*.pyc \ No newline at end of file