[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>
This commit is contained in:
parent
88db5f809d
commit
c68e10b197
51
.gitignore
vendored
Normal file
51
.gitignore
vendored
Normal file
@ -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
|
5
Documentation/.gitignore
vendored
Normal file
5
Documentation/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
*.xml
|
||||
*.html
|
||||
*.1
|
||||
*.7
|
||||
howto-index.txt
|
6
debian/.gitignore
vendored
Normal file
6
debian/.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
git-core
|
||||
git-tk
|
||||
*.debhelper
|
||||
*.substvars
|
||||
build-stamp
|
||||
files
|
1
templates/.gitignore
vendored
Normal file
1
templates/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
blt
|
2
tools/.gitignore
vendored
Normal file
2
tools/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
git-mailinfo
|
||||
git-mailsplit
|
Loading…
Reference in New Issue
Block a user