diff options
author | Tommi Virtanen <tv@debian.org> | 2005-08-26 14:00:05 +0300 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-26 12:54:27 -0700 |
commit | c68e10b197404a4af0e7b59b5be4167d214b08da (patch) | |
tree | 17246a88b317815d33fca4cce1a624cfc4bb0f54 /.gitignore | |
parent | 88db5f809d1e4a4afd28514151e97b40fd367661 (diff) | |
download | git-c68e10b197404a4af0e7b59b5be4167d214b08da.tar.gz git-c68e10b197404a4af0e7b59b5be4167d214b08da.tar.xz |
[PATCH] git bugfixes and cleanups, mainly Debian things
Ignore generated files.
Signed-off-by: Tommi Virtanen <tv@debian.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..245f54e05 --- /dev/null +++ b/.gitignore @@ -0,0 +1,51 @@ +git-apply +git-build-rev-cache +git-cat-file +git-checkout-cache +git-clone-pack +git-commit-tree +git-convert-cache +git-daemon +git-diff-cache +git-diff-files +git-diff-helper +git-diff-stages +git-diff-tree +git-export +git-fetch-pack +git-fsck-cache +git-get-tar-commit-id +git-hash-object +git-http-pull +git-init-db +git-local-pull +git-ls-files +git-ls-tree +git-merge-base +git-merge-cache +git-mktag +git-pack-objects +git-patch-id +git-peek-remote +git-prune-packed +git-read-tree +git-receive-pack +git-rev-list +git-rev-parse +git-rev-tree +git-send-pack +git-show-branch +git-show-index +git-show-rev-cache +git-ssh-pull +git-ssh-push +git-stripspace +git-tar-tree +git-unpack-file +git-unpack-objects +git-update-cache +git-update-server-info +git-upload-pack +git-var +git-verify-pack +git-write-tree |