Update git config
- Add integrity checks for git transfers. - Add .pyc files to global gitignore.
This commit is contained in:
@@ -10,3 +10,5 @@
|
||||
default = simple
|
||||
[core]
|
||||
excludesfile = ~/.dotfiles/gitignore-global
|
||||
[transfer]
|
||||
fsckobjects = true
|
||||
@@ -1,3 +1,4 @@
|
||||
.DS_Store
|
||||
.projectile
|
||||
*.sw?
|
||||
*.pyc
|
||||
Reference in New Issue
Block a user