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
|
default = simple
|
||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.dotfiles/gitignore-global
|
excludesfile = ~/.dotfiles/gitignore-global
|
||||||
|
[transfer]
|
||||||
|
fsckobjects = true
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
.projectile
|
.projectile
|
||||||
*.sw?
|
*.sw?
|
||||||
|
*.pyc
|
||||||
Reference in New Issue
Block a user