diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore index 245f54e05..12b01379d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,28 +1,28 @@ git-apply git-build-rev-cache git-cat-file -git-checkout-cache +git-checkout-index git-clone-pack git-commit-tree -git-convert-cache +git-convert-objects git-daemon -git-diff-cache +git-diff-index git-diff-files git-diff-helper git-diff-stages git-diff-tree git-export git-fetch-pack -git-fsck-cache +git-fsck-objects git-get-tar-commit-id git-hash-object -git-http-pull +git-http-fetch git-init-db -git-local-pull +git-local-fetch git-ls-files git-ls-tree git-merge-base -git-merge-cache +git-merge-index git-mktag git-pack-objects git-patch-id @@ -37,13 +37,13 @@ git-send-pack git-show-branch git-show-index git-show-rev-cache -git-ssh-pull -git-ssh-push +git-ssh-fetch +git-ssh-upload git-stripspace git-tar-tree git-unpack-file git-unpack-objects -git-update-cache +git-update-index git-update-server-info git-upload-pack git-var |