Update git config

- Add integrity checks for git transfers.
- Add .pyc files to global gitignore.
This commit is contained in:
2016-02-01 11:46:24 -08:00
parent 93c8a47794
commit 7018833fa1
2 changed files with 4 additions and 1 deletions

View File

@@ -10,3 +10,5 @@
default = simple default = simple
[core] [core]
excludesfile = ~/.dotfiles/gitignore-global excludesfile = ~/.dotfiles/gitignore-global
[transfer]
fsckobjects = true

View File

@@ -1,3 +1,4 @@
.DS_Store .DS_Store
.projectile .projectile
*.sw? *.sw?
*.pyc